We are currently using JRun 2.3.3 but are looking into upgrading to JRun 3.0. 
As part of our migration, we are also trying to get our web applications ready
to conform to the XHTML transitional DTD, so all of our HTML pages begin with
the XML version tag, <?xml version="1.0" encoding="UTF-8"?>.  Of course, if you
try to place this in a JSP, there is a parsing problem at the '?' characters.  I
suspected it was because when JSPs are compiled, JRun creates XML versions of
the output HTML and includes the XML version tag anyway.

Is this a problem with the JSP compiler?  A workaround for us was to include
some scriplet code to output the tag directly at the top of the page.  Has
anyone else had similar problems or are doing the same thing?

-- 
Eric L Andry
Software Engineer
Science Applications International Corporation (SAIC)
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to