Subject: RE: How to generate attributes on separate lines
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 13 May 2005 17:33:01 +0100
|
The serializer has the option of doing this (whether or not you specify
indent="yes") but isn't required to. Saxon doesn't, though it's been on my
todo list for a long while.
Michael Kay
> -----Original Message-----
> From: Michael.Giroux@xxxxxxxx [mailto:Michael.Giroux@xxxxxxxx]
> Sent: 13 May 2005 17:17
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: How to generate attributes on separate lines
>
>
>
>
>
> The root node for the xml generated by my stylesheet contains several
> xmlns:??? entries. The root node is generated as a single
> line which makes
> it difficult to view.
>
> Is there a processing instruction that tells the processor to
> emit these on
> separate lines as is normally the case when one edits manually?
>
> Thanks
> Michael Giroux
|