Re: [AOLSERVER] nsxml indent

2003-03-25 Thread Daniel P. Stasinski
  Send me the patch and tell me what the previous
  version was (i.e. is it the current CVS copy
  that doesn't do what you expect?).

My previous solution wasnt fit for sharing as it took a lot more
effort to get pretty output.  I was able to solve the problem by
applying this stylesheet.

xsl:stylesheet version=1.0
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
xsl:output method=xml indent=yes/
xsl:strip-space elements=*/
xsl:template match=/
  xsl:copy-of select=./
/xsl:template
/xsl:stylesheet

Daniel P. Stasinski
Software Engineer
Mayor Pharmaceutical Laboratories
[EMAIL PROTECTED]


--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list: http://www.aolserver.com/listserv.html
List information and options: http://listserv.aol.com/


Re: [AOLSERVER] nsxml indent

2003-03-24 Thread Scott Goodwin
Send me the patch and tell me what the previous version was (i.e. is it
the current CVS copy that doesn't do what you expect?).
/s.

On Monday, March 24, 2003, at 02:35  PM, Daniel P. Stasinski wrote:

In the newest nsxml module, is there a way to produce indented
output rather than all on one line?  My patch to the previous
version no longer has any effect.
Daniel P. Stasinski
Software Engineer
Mayor Pharmaceutical Laboratories
[EMAIL PROTECTED]
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list:
http://www.aolserver.com/listserv.html
List information and options: http://listserv.aol.com/


--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list: http://www.aolserver.com/listserv.html
List information and options: http://listserv.aol.com/