• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Caster

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a problem using the Caster on the following XML file. Please help.
It seems to go all wrong in the second <field> tag in the second section. It seems to recognise the second field tag as a tag inside the first field tag.
<export>
<section>
<name>test</name>
<file>1.new</file>
<field name="client_shortname" type="CSF" width="?"></field>
</section>
<section>
<name>test2</name>
<file>1.new 2</file>
<field name="client_shortnameasdfasdfasdf" type="CSFasdfasdf" width="?" />
<field name="HEPL" type="ERROR" width="?" />
</section>
<section>
<name>test3</name>
<file>1.new 3</file>
<field name="ddddddddf" type="CSFasdfasdf" width="?" />
</section>
</export>
Any suggestions? thanks
 
I've got no option but to sell you all for scientific experiments. Or a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic