This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Reading XSLT results into a program (long)



> I ended up using the DOM and XSLT to create CSV representations
> of the user settings I had to read in, but then I had to parse that data
> into structures and arrays with loops that look for commas.  

That seems a strange choice of format, given you are trying to use XML
tools, Why use CSV then write a parser for that rather than use XML?
(Assuming this is an "intermediate format" If you wanted th eend result
to be a comma separated file then fine.

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]