|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: XML from JSP
The JSP directive: > -----Original Message----- > <% > String block = "work"; > %> is not well-formed XML. The XML parser expects that anything beginning with < represents XML markup. (Note: parsers don't compile XML, they parse it.) To make it well-formed, you need to have the JSP directive inside a CDATA marked section like this: <![CDATA[<% String block = "work"; %>]]> **or use the XML compliant JSP syntax**. In most cases, JSP has XML compliant syntax and with that both the XML parser will be happy and your JSP page will compile. Sara Mitchell 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
|

Cart








