One thing that comes to mind is the different ways Unix and Windows
insert line breaks.  I sometimes author XSLT text files in Windows, and
after opening them in Linux (X-Emacs) there are a bunch of ^M characters
at the end of each line.  I replace them just because they are annoying
and make the XSLT hard to read -- never considered them to cause
problems, but worth looking into if nothing else works.

-----Original Message-----
From: Derek Hohls [mailto:DHohls@;csir.co.za] 
Sent: Tuesday, October 29, 2002 9:58 AM
To: [EMAIL PROTECTED]
Subject: Mixed XSL performance under Windows/UNIX?

Does anyone know of a reason why an XSL stylesheet would exhibit 
different behaviour under Windows (test machine) and Unix (server).
 
Could it be related to the fact that when I try and generate the XML
input
to the stylesheet on the server, the brower returns an error:
 
The XML page cannot be displayed Cannot view XML input using XSL style
sheet. 
Please correct the error and then click the Refresh button, or try
again later. 
The namespace prefix is not allowed to start with the reserved string
"xml". Line 2, Position 7 

<page xmlns:xml="http://www.w3.org/XML/1998/namespace";
xmlns:xsp="http://apache.org/xsp";
xmlns:xspdoc="http://apache.org/cocoon/XSPDoc/v1";
xmlns:esql="http://apache.org/cocoon/SQL/v2";>


I have also tried running a "static" file through the same stylesheet
and it seems to work OK - of course, as I cannot see the generated
XML there may be problems with it.

Does anyone know how to overcome either (ot both!) of these
problems.

Thanks
Derek


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to