[
Lists Home |
Date Index |
Thread Index
]
> > 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
|