[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Flat file conversion to XML


Subject: Re: Flat file conversion to XML
From: "Khalid Asad" <asad@xxxxxxxxxxxxx>
Date: Thu, 30 Mar 2000 22:09:16 -0800

No.

Any well-formed XML document can be represented as a tree of nodes. XSLT is
based upon this model - an XSLT transform is a set of rules where each rule
consists of a pattern to be matched against elements in the source tree.
Whenever there is a match, a template is executed to create part of the
result tree.

Khalid

----- Original Message -----
From: <joseph.j.fourness@xxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Thursday, March 30, 2000 5:22 PM
Subject: Flat file conversion to XML


> Hello, just wondering if it would be possible to convert any random data
file
> into XML using just XSLT?
>
> Ex.
>
> 123Joe-$43.00T12:30P
>
> --->
>
> <account>
> <number>123</number>
> <name>Joe</name>
> <balance>43</balance>
> <time>12:30</time>
> </account>
>
> Thanks,
>
> Joe Fourness
>
>
>
>
>  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
Keywords