[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XSL Limitation? Is this possible?
Hello everybody.. I'm currently learning XSL, mostly using IE5 as my current platform, and have run into the following problem, which I have yet to figure out. Let's take this data. <PARAGRAPH> <SENTENCE>Grumpy <SUBJECT>Jack</SUBJECT> <VERB>went</VERB> up the hill.</SENTENCE> </PARAGRAPH> Is it possible to use XSL to convert that data into the following? <HTML> <BODY> Grumpy <B>Jack</B> <B>went</B> up the hill. </BODY> </HTML> As far as I've figured out, it doesn't seem possible, the main problem being that text is being mixed with other elements, and I'm unable to separate them out when parsing it. We've been racking our brain on this one for a little while and can't seem to figure it out. Anybody have any ideas? This is something that is so simple in CSS, but seems impossible in XSL. Thanks, -Nic PS. I apologize if this has been covered before, I tried looking through the archives but couldn't find anything relevant. (though I did find some useful examples out there) 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
|