your XSL processor understands that it is outputting HTML, which is why it outputs selected, not selected="true". you can change the <xsl:output /> tag to get different results. you probably want to output XHTML, where selected="true" is valid.
/dave On Jan 23, 5:37 pm, Nikhil <[email protected]> wrote: > I am trying to use XSLT to generate HTML pages from a XML source. The > problem the selected="true" attribute. XSLT doesn't like that since it > is invalid in HTML. So even though I output selected="true" , the xslt > processor converts it to just "selected". > > Does anyone have any insight whether selected="true" is actually > invalid? Any tips on getting around the problem? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
