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: OT: ICFP 2001 (xsl solution?)


David Carlisle writes:
 > 
 > > The input language isn't valid XML, there are tags whose names start
 > > with digits.
 > 
 > sed -e "s/</<x/g" $1 > tmp.xml ; saxon tmp.xml icfp.xsl

Well, you'll need to deal more appropriatly with the close tags, but
I get your point.

My point, trivial as it was, was that an XSLT processor was not
sufficient unless its XML parser was permissive.



 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]