Can anyone advise me how to escape the following problem on Windows?
In the XML file, the path is not specified at all:
<?xml-stylesheet href="index.xsl" type="text/xsl"?>

But in the generated java class, i get following errors:

XSP Java Compiler: Compilation failed for _Jetspeed.java
62: Invalid escape character.
 
"href=\"file:///D:\Turbine\webapps\jetspeed\/content/dynamic/xsp/index.x
sl\" type=\"text/xsl\""
                                ^
62: Invalid escape character.
 
"href=\"file:///D:\Turbine\webapps\jetspeed\/content/dynamic/xsp/index.x
sl\" type=\"text/xsl\""
                                        ^
62: Invalid escape character.
 
"href=\"file:///D:\Turbine\webapps\jetspeed\/content/dynamic/xsp/index.x
sl\" type=\"text/xsl\""
                                                ^
62: Invalid escape character.
 
"href=\"file:///D:\Turbine\webapps\jetspeed\/content/dynamic/xsp/index.x
sl\" type=\"text/xsl\""
                                                         ^
4 errors


Neeme


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to