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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to