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]

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

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