<input type="submit" name="myName" value="<myLib:getLocalizedResource
name="resName"/> />
This is a valid JSP construct
That may be valid JSP -- but it isn't valid, or even well-formed XML. To produce it, you'll have to set your stylesheet to output in text mode, and hand-construct all the appropriate syntax. Or come up with some other syntax which can be generated by your stylesheet and then post-processed into this form.
OR... There is rumored to be an alternative syntax for JSP which is XML-compatable. If it does exist and is supported by your processor, I would *STRONGLY* recommend switching to it.
______________________________________
Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more.
"may'ron DaroQbe'chugh vaj bIrIQbej" ("Put down the squeezebox and nobody gets hurt.")
- Unable to generate JSP output with Xalan Liviu Casapu
- RE: Unable to generate JSP output with Xalan Joseph Kesselman
- RE: Unable to generate JSP output with Xalan Tim Cronin
