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: & character in tags



> 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&amp;P 500</fullName>

David


 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]