Contents Up Previous Next

Export the Splice Table as XML

Export all of the splices in the Splice window into a single XML file. See About Splice Mode for more information.

Here is a sample output:

<SpliceTable>
  <NclSplice>
    <AffLine>
      <siteL>154-926</siteL>
      <holeL>A</holeL>
      <coreL>1</coreL>
      <typeL>H</typeL>
      <sectionL>2</sectionL>
      <int1L>2.610000</int1L>
      <int2L>2.610000</int2L>
      <mbsfL>2.700000</mbsfL>
      <mcdL>2.700000</mcdL>
      <siteR></siteR>
      <holeR>B</holeR>
      <coreR>1</coreR>
      <typeR>H</typeR>
      <sectionR>2</sectionR>
      <int1R>2.610000</int1R>
      <int2R>2.610000</int2R>
      <mbsfR>2.700000</mbsfR>
      <mcdR>2.700000</mcdR>
    </AffLine>
    <AffLine>
      <siteL>154-926</siteL>
      <holeL>B</holeL>
      <coreL>1</coreL>
      <typeL>H</typeL>
      <sectionL>5</sectionL>
      <int1L>6.510000</int1L>
      <int2L>6.510000</int2L>
      <mbsfL>6.600000</mbsfL>
      <mcdL>6.600000</mcdL>
      <siteR></siteR>
      <holeR>A</holeR>
      <coreR>2</coreR>
      <typeR>H</typeR>
      <sectionR>1</sectionR>
      <int1R>0.110000</int1R>
      <int2R>0.110000</int2R>
      <mbsfR>4.200000</mbsfR>
      <mcdR>6.530000</mcdR>
    </AffLine>
    <AffLine>
      <siteL>154-926</siteL>
      <holeL>A</holeL>
      <coreL>2</coreL>
      <typeL>H</typeL>
      <sectionL>7</sectionL>
      <int1L>8.900001</int1L>
      <int2L>8.900001</int2L>
      <mbsfL>13.100000</mbsfL>
      <mcdL>15.430000</mcdL>
      <siteR></siteR>
      <holeR>A</holeR>
      <coreR>3</coreR>
      <typeR>H</typeR>
      <sectionR>1</sectionR>
      <int1R>0.389999</int1R>
      <int2R>0.389999</int2R>
      <mbsfR>13.990000</mbsfR>
      <mcdR>15.480000</mcdR>
    </AffLine>
    <AffLine>
      <siteL>154-926</siteL>
      <holeL>A</holeL>
      <coreL>3</coreL>
      <typeL>H</typeL>
      <sectionL>6</sectionL>
      <int1L>8.200001</int1L>
      <int2L>8.200001</int2L>
      <mbsfL>22.190001</mbsfL>
      <mcdL>23.680000</mcdL>
      <siteR></siteR>
      <holeR>C</holeR>
      <coreR>3</coreR>
      <typeR>H</typeR>
      <sectionR>1</sectionR>
      <int1R>0.209999</int1R>
      <int2R>0.209999</int2R>
      <mbsfR>19.799999</mbsfR>
      <mcdR>23.660000</mcdR>
    </AffLine>
  </NclSplice>
</SpliceTable>