[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Entities
Hi list, I am involve in a xml to html to xml conversion by xslt and entities conversion is a problematic issue. Below are the steps for conversion. XML INPUT Entities: “ (left double quote), ” (right double quote), – (n dash), and — (m dash) 1. Taking xml input (See XML INPUT Entities), perform a.xsl (sexon/altova any one of them) and getting html output by encoding="UTF-8" (See HTML OUTPUT Entities). HTML OUTPUT Entities: b (left double quote), b (right double quote), b (n dash), and b (m dash) 2. Process this html output in a html editor and do the required changes (This editor require UTF-8) 3. Take above modified html and perform b.xsl and retrieve xml again by encoding="iso-8859-1" (See XML OUTPUT). XML OUTPUT Enties: “ (left double quote), ” (right double quote), – (n dash), and — (m dash) I want the entities should be same as input xml ie. “ for left double quote. If anybody have any idea, please le me know Thanks ...JSR
|
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
|