Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generate xml files
Message
 
 
To
17/10/2002 11:13:38
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00712341
Message ID:
00712376
Views:
8
Fernando,

You can use < pre > < /pre > tag (no spaces) to preserve formating and prevent parsing.

>'
>'
>'
>'		<campo1>aaaaaa</campo1>
>'		<campo2>bbbbbbb</campo2>
>'	</row>
>'	<row>
>'		<campo1>dddddd</campo1>
>'		<campo2>dddddddd</campo2>
>'	</row>
>'</testa>
>
>
>
>
>i want this
>
>'<testa xmlns="x-schema:#Schema">
>'	<row>
>'            <folder>
>'		<campo1>aaaaaa</campo1>
>'		<campo2>bbbbbbb</campo2>
>'             </folder>
>'	</row>
>'
>'</testa>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform