Re: [xsl] Parsing Input Data for well-formedness

Subject: Re: [xsl] Parsing Input Data for well-formedness
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Tue, 9 Oct 2001 18:56:40 +0100
try out tidy or JTIDY .

u can obtain the src and binary from http://www.w3.org/People/Raggett/tidy/

this will convert into well formed xml and also convert into proper
encodings,

u can of course test your wellformedness by reusing expat or some other
validating xml parser.

cheers, jim fuller

----- Original Message -----
From: "McKeever, Marty" <marty.mckeever@xxxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, October 09, 2001 6:45 PM
Subject: [xsl] Parsing Input Data for well-formedness


> When building an XML file from external data, we need to validate that
each
> input string is well-formed.  The specific situation is a Loan Type field
> which returns "A&D".  Before we populate our XML file, we need to convert
> this to "A&amp;D".  Otherwise the XSLT will complain and not render the
> final page.
>
> Before we build a utility class for checking/correcting these (all?!?)
input
> strings, i have to ask the obvious -- has anyone already created something
> like this?  Certainly there are many other characters we will need to
> consider, and we'll have to watch out for double-escaping things
> (A&amp;amp;D).
>
> Must i reinvent this wheel?
>
> Thanks,
> Marty
>
>
>  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