see
 
http://java.sun.com/products/jsp/syntax/1.2/syntaxref12.html
 
http://hotwired.lycos.com/webmonkey/01/22/index3a_page3.html?tw=programming
 
-----Original Message-----
From: Joseph Kesselman [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 03, 2003 3:29 PM
To: [EMAIL PROTECTED]
Subject: Re: Unable to generate JSP output with Xalan


        <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.")

Reply via email to