Routine to format string of xml data
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Routine to format string of xml data
There are several open source perl/java libraries to formal xml data string to allow easier reading. Does anyone recommend an Xbase++ equivalent or function.
Re: Routine to format string of xml data
You can use DC_Xml2ObjectTree() to bring it into an object then use oNode:writeXml() to write it back out to a file.
It will be formatted nicely.
It will be formatted nicely.
The eXpress train is coming - and it has more cars.
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Re: Routine to format string of xml data
Thanks. Exactly what we needed. I have used these functions but did not think about the writexml() or asstring() functions doing what we needed.