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 click OK.

 

New_xml_new

 

Type or paste your XML. You can also use the following sample XML:

 

<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>

 

You can find the sample files used in this tutorial under:

C:\Users\Public\Documents\Ecrion\XF Designer 2011\Samples\XML Samples\Template Samples folder if you are using Windows 7 or Windows Vista.
C:\Documents and Settings\All Users\Documents\Ecrion\XF Designer 2011\Samples\XML Samples\Template Samples folder if you  are using Windows XP.

 

Save this document on your local hard drive.

 

Next: Edit Document Templates