Subject: Re: Regarding Special characters like "<"
From: Keith Visco <kvisco@xxxxxxxxx>
Date: Fri, 12 Feb 1999 09:54:07 -0500
|
Yes this is a parsing error, the XML parser will treat <KJH> as a start
tag and look for the ending tag. If will flag an error if it doesn't
find it.
You should escape your < and > with < and > respectively.
--Keith
parul agarwal wrote:
>
> Hi,
>
> If "<" appears in an element value e.g as "KIJ<KJH>KJH", is this regarded as parsing error?
>
> Thanks
> Parul
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|