New Document

Top Previous Topic Next Topic  Print this topic

Start by creating a new XML file using File > New option. Choose "Generic XML" and then click OK.

 

New_xml_new

 

Type or paste the XML. Also, the following XML sample can be used:

 

 
<invoice>

  <num>7890978625</num>

  <date>2005-12-20</date>

<total>34.84</total>

<items>

<item>

 <name>Harry Potter and the Goblet of Fire (Widescreen Edition)</name>

 <type>DVD</type>

 <price>14.86</price>

 <quantity>1</quantity>

</item>

<item>

 <name>Little Tikes Walkie Talkies</name>

 <price>9.99</price>

 <quantity>2</quantity>

</item>

</items>

</invoice>
 

 

Sample files used in this tutorial can be found at the following locations:

C:\Users\Public\Documents\Ecrion\XF Designer 2013\Samples\XML Samples\Template Samples folder if the OS is Windows 7 or Windows Vista.
C:\Documents and Settings\All Users\Documents\Ecrion\XF Designer 2013\Samples\XML Samples\Template Samples folder if used OS is Windows XP.

 

The document must be saved on the local hard drive.

 

Next: Edit Document Templates