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: Parsing Input Data for well-formedness


try out tidy or JTIDY .

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

cheers, jim fuller

----- Original Message -----
From: "McKeever, Marty" <marty.mckeever@bankofamerica.com>
To: <xsl-list@lists.mulberrytech.com>
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


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