Any help, samples or links to similar problems and solutions will be
dearly appreciated. I need to get this done today, and I'm not
winning.
Input is simple TXT with tabs here and there that may be helpful. The
documents are of consistent structure and format, so I guess it can be
done. I am currently experimenting with replace() and tokenize(), but
I must admit I'm lost.
You may get someone to write the solution for you for free, but really
this is a complete piece of work that could/should be paid for.
If you did want to tackle it yourself, you need to use unparsed-text
to read the non-xml file, then tokenize() it into a $lines variable,
then process each line generating the relevant markup based on the
content in that line.
--
Andrew Welch
http://andrewjwelch.com
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--