|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: String manipulations with quotes
> You may need to search for either the decimal entity or hex entity depending > on a variety of mysterious (to me) factors. No, numeric character references are not enetities. Whether you use the hex or decimal form or just enter the character directy doesn't make any difference to the XSLT system, as by the time it sees it they are all just a single charactere. They are handled by the XML parser before XSLT starts. > You may need to find the hex or decimal equivalent for ". No. You can enter " or " or " and any XML application will not be able to tell the difference. In particular XSLT can not distinguish these. You only need to use &qot; (or equivalently ") if you are using " to surround attribute values and want a " in the value <foo a="""/> is just another way of writing <foo a='"'/> You would not be able to distinguish these using XSLT. David 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








