View Single Post
Old 10-20-2010, 06:15 PM  
mmcfadden
So Fucking Banned
 
Join Date: Oct 2008
Location: philly
Posts: 5,099
This is how I need the format in the xml file for anyone still out there, looking for something to do...

<chapter name="Chapter 1">
<header>
Chapter header
</header>
<section name="section 1">
<sub-section name="section 1.1">
some text here
<sub-section name="section 1.1.1">
some text here
</sub-section>
<sub-section name="section 1.1.2">
some text here
</sub-section>
<sub-section name="section 1.1.3">
some text here
</sub-section>
</sub-section>
<sub-section name="section 1.2">
some text here
</sub-section>
<sub-section name="section 1.3">
some text here
</sub-section>
</section>
</chapter>
<chapter name="Chapter 2">
<header>
Chapter header
</header>
<section name="section 1">
<sub-section name="section 1.1">
some text here
<sub-section name="section 1.1.1">
some text here
</sub-section>
<sub-section name="section 1.1.2">
some text here
</sub-section>
<sub-section name="section 1.1.3">
some text here
</sub-section>
</sub-section>
<sub-section name="section 1.2">
some text here
</sub-section>
<sub-section name="section 1.3">
some text here
</sub-section>
</section>
</chapter>
mmcfadden is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote