Subject: Re: & character in tags
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 18 May 2000 18:12:43 +0100 (BST)
|
> I have and XML with a tag that contains a name such as
> ...
> <fullName>US S&P 500</fullName>
Note that "US S&P 500" is not contained in a tag, but is contained
in the element which is marked up by the two tags <fullName>
and </fullName>
It is not well formed XML as written so can not be used by any XML
system, you want
<fullName>US S&P 500</fullName>
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|