You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ratty <ra...@mail.ru> on 2001/11/23 12:12:57 UTC

xml formatting & xsp generator

Hi All!
I have small problem with Cocoon2:
i create my xml & xsl in Xml Spy with formatting using tab symbol for pretty
look
when xsp generarot create java code its inserts this formatting in code -
for example :
    this.contentHandler.startElement("", "title", "title", xspAttr);
    some element data here
    this.contentHandler.endElement("", "title", "title");
    and continue with
    this.characters("\n\t\t\t");      - formatting tab
this may clause to generate wrong code to me

Is anyone know how to prevent cocoon to insert original xsp formatting in
java code?
Tnanx
Igor Sazhnev aka Ratty



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

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>