> Hi, Gurus,
> I have some xml files which is produced by server.
> Since xml files are produced from many sources, some
> of them contains double quotes in attribute values.
> e.g.
> <info seq="21"
> bind="S000003"
> text="Alarm Status 00000100 stream-id="0
> LowAlarm"" />
These are not XML files. XML does not allow double-quotes inside an
attribute value that is delimited by double-quotes. You have to correct
the software that is generating the incorrect XML.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|