Next in thread → Next in month →

RE: [xml-dev] text to XML

From
Michael Kay <>
To
"'Bryce K. Nielsen'" <>, 'xml-dev' <>
Date
2004-01-30T19:24:13
ID
<002001c3e766$b224c320$6401a8c0@pcukmka>
Thread
RE: [xml-dev] text to XML
> > I've asked this question here before, but I need a refresh. 
> I know you 
> > can use xmlspy, xmlLinguist, and LTE.exe (xmlLinguist on 
> the command 
> > line) to convert text files (not CSV) to XML. Is anybody using 
> > anything else?


Note that with XSLT 2.0 you can read a non-XML file using the
unparsed-text() function, and you can parse its contents using regular
expression processing (the analyze-string instruction). This makes XSLT
2.0 much more suitable for upconversion than 1.0 was.

Michael Kay
Next in thread → Next in month →