|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Handling non-Ascii values??
I have a strange question. I am trying to search an XML file with non-ascii values. I am using an XSL file to do the searching. I only want to display ONE entry from the XML file, the entry containing the "Character" value Ј. However, I get ALL the entries not just the one I want. Any ideas on how to correct this problem? I have attached both the XSL and XML file.
XSL file
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" xmlns:HTML="http://www.w3.org/Profiles/XHTML-transitional">
<xsl:template match="/">
<table>
<xsl:for-each select="Database/Entry[Character='Ј']">
<tr>
<td><xsl:value-of select="Character"/></td>
<td><xsl:value-of select="Score"/></td>
</tr>
</xsl:for-each>
</table>
</xsl:template>
</xsl:stylesheet>
XML file
<Database>
<Entry>
<Character>Ђ</Character>
<Score>2</Score>
</Entry>
<Entry>
<Character>Ѕ</Character>
<Score>8</Score>
</Entry>
<Entry>
<Character>Ј</Character>
<Score>8</Score>
</Entry>
<Entry>
<Character>Љ</Character>
<Score>8</Score>
</Entry>
</Database>
_______________________________________________________________
http://www.SINA.com - #1 Destination Site for Chinese Worldwide
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








