You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jesse Reynolds <li...@va.com.au> on 2002/09/11 00:25:00 UTC

XSP in Cocoon 2.0.3 - which XML Parser is it using?

Hi

What XML parser is being used by XSP in Cocoon 2.0.3 ???

If I use the following in a pipeline:

      <map:generate type="serverpages" src="testxsp.xml"/>

Then it's not using the same XML Parser as for a more usual:

      <map:generate src="welcome.xml"/>

And in particular I have edited the source code for JaxpParser.java 
to turn on the "allow-java-encodings" feature of Xerces so I can use 
such text encodings as MacRoman, which works fine for the simpler 
map:generate above, but when I add type="serverpages" it stops 
recognising MacRoman, so I can only assume XSP is not using the same 
XML parser interface....

How do I fix this?

Thankyou

Jesse

-- 
       Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au

     Email: jesse (at) va.com.au            > Website Development
     Phone: +61 (0)8 8223 2288              > Web & Email Hosting
       Web: http://jesse.va.com.au          > Streaming Media Hosting
                                            > Telehousing / Colocation

---------------------------------------------------------------------
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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>