I am trying to port a web application to Orion.  The application does the xml/xsl transformation in the web browser.  When I attempt to serve up an XML page to a browser I get the following error:

 

Source XML Error: Error in C:\orion\default-web-app\xml\User.xml at line 3: Processing Instruction target names must be unqualified.

 

The line Orion does not like is:

<?xml:stylesheet type="text/xsl" href="MainPage.xsl"?>

 

I do not wish Orion to do any processing on the xml, I just want it to send the file, no questions asked.  I believe the XSLServlet is trying to do something with this file.  If this is the case how do I disable this behaviour.

 

Thanks,

Peter

 

 

Reply via email to