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: Flat file conversion to XML


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@ac.com>
To: <xsl-list@mulberrytech.com>
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

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