Hi all,
I'm looking for a way to neatly indent and otherwise clean up the output
of a XSLT transformation, but the usual method of
<xsl:output method="xml" version="1.0" indent="yes"/>
<xsl:strip-space elements="*"/>
does not appear to work when used with Cocoon. I also want a easy way
of stripping all namespace declarations from the output except for
xmlns="http://www.w3.org/1999/xhtml"
so that the output document will validate according to the W3C DTDs. As
it stands, other namespaces that are used in intermediate parts of the
pipeline stick around despite the fact that no element in the output
document belongs to those namespaces.
All of the examples I have come across from Google and other resources
point me back to the same items which don't seem to work from within the
Cocoon framework. I'd be thankful for any pointers you could give me.
- Miles
---------------------------------------------------------------------
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]>
- RE: Output beautifier Miles Elam
- RE: Output beautifier Luca Morandini
- Re: Output beautifier Miles Elam
- RE: Output beautifier Arjé Cahn
- xmlform dtd Yatin Shah
- Re: xmlform dtd Ivelin Ivanov