Subject: RE: xslt and edi question
From: "Kuhn, Allen" <Akuhn@xxxxxxxxxxxx>
Date: Wed, 1 Aug 2001 13:00:23 -0400
|
Thanks !
-----Original Message-----
From: Michael Kay [mailto:mhkay@xxxxxxxxxxxx]
Sent: Wednesday, August 01, 2001 12:53 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: xslt and edi question
> Is my assumption correct, that non-XML "data" documents can
> be converted
> using XSLT. Any clarification, or additional advice would be greatly
> appreciated.
The input to an XSLT conversion has to be a data structure that conforms
to
the XPath data model: typically this means it has to be something like a
DOM
or a SAX event stream. If you can massage the input data into this form,
you
can use XSLT to transform it.
However, a word of warning. Just putting a begin and end tag around a
complex ASCII file isn't going to help very much. XSLT isn't good at
handling implicit structure in the data, it likes the structure to be
explicit in the markup. So you should do all the parsing that's
necessary
before the data hits the stylesheet, using tools like Perl or JavaCC,
rather
than trying to use XSLT for parsing text.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: xslt and edi question, (continued)
- Paul Brown - Wed, 1 Aug 2001 13:20:10 -0400 (EDT)
- John Maughan - Wed, 1 Aug 2001 12:46:11 -0400 (EDT)
- Kuhn, Allen - Wed, 1 Aug 2001 13:04:37 -0400 (EDT) <=
- Clapham, Paul - Wed, 1 Aug 2001 13:13:59 -0400 (EDT)
- cutlass - Wed, 1 Aug 2001 13:29:28 -0400 (EDT)
- Kuhn, Allen - Wed, 1 Aug 2001 13:27:26 -0400 (EDT)
|
|