Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The infoset can be provided either as an inline XML infoset or as a path to an external file by setting the infosetType attribute. If not provided, it defaults to inline XML infoset"

Code Block
languagexml
   <tdml:infoset>
     <tdml:dfdlInfoset type="infoset">
       <ex:myTestRoot>2013-04-02T14:00:56.000000-05:00</ex:myTestRoot>
     </tdml:dfdlInfoset>
   </tdml:infoset>


   <tdml:infoset>
     <tdml:dfdlInfoset type="file">/some/directory/testData.in.xml</tdml:dfdlInfoset>
   </tdml:infoset>

...