Subject: Re: How can I reindent an XML-file for readability?
From: Cristobal Galiano Fernandez <c.galiano@xxxxx>
Date: Wed, 09 May 2001 12:35:44 +0200
|
Rene:
You can see 2 XSL's ( http://www.dpawson.co.uk/xsl/pretty.html ), both do indentation over an ugly XML file.
If you find another implementation tell me.
Cristóbal Galiano Fdez.
Rene de Vries escribió:
> Tried this, but I only get the nodenames on one row. What do I do wrong?
>
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
> <xsl:output indent="yes" method="xml"/>
> <xsl:strip-space elements="*"/>
>
> <xsl:template match="/">
> <xsl:apply-templates/>
> <xsl:copy-of select="*"/>
> </xsl:template>
>
> </xsl:stylesheet>
>
> Groetjes Rene
> { @ @ }
> ^
> \__/
>
> "You don't need eyes to see, you need vision!"
>
> -----Oorspronkelijk bericht-----
> Van: Chris Bayes [SMTP:Chris@xxxxxxxxxxx]
> Verzonden: woensdag 9 mei 2001 9:49
> Aan: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Onderwerp: RE: How can I reindent an XML-file for readability?
>
> >Hi,
> >
> >I think that there must be a simple XSL to reindent an XML for
> >readability, but I can't invent it and can't find a solution on the net.
> >Who can help me
> >
> >Groetjes Rene
> > { @ @ }
> > ^
> > \__/
> >
> >"You don't need eyes to see, you need vision!"
>
> Look in the docs for <xsl:output indent="yes"
>
> Ciao Chris
>
> XML/XSL Portal
> http://www.bayes.co.uk/xml
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: How can I reindent an XML-file for readability?, (continued)
- Chris Bayes - Wed, 9 May 2001 03:43:59 -0400 (EDT)
- Michael Kay - Wed, 9 May 2001 05:34:33 -0400 (EDT)
- Thomas B. Passin - Wed, 9 May 2001 10:15:12 -0400 (EDT)
- Rene de Vries - Wed, 9 May 2001 05:04:06 -0400 (EDT)
- Cristobal Galiano Fernandez - Wed, 9 May 2001 06:34:36 -0400 (EDT) <=
- Rene de Vries - Wed, 9 May 2001 05:51:56 -0400 (EDT)
- Ronald - Wed, 9 May 2001 06:00:58 -0400 (EDT)
- Michael Kay - Wed, 9 May 2001 06:03:04 -0400 (EDT)
- Rene de Vries - Wed, 9 May 2001 06:12:45 -0400 (EDT)
|
|