Re: AW: AW: AW: AW: [xsl] xhtml output formating problems / passing through pre defined static xhtml

Subject: Re: AW: AW: AW: AW: [xsl] xhtml output formating problems / passing through pre defined static xhtml
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 9 Sep 2004 18:15:36 +0100
> Cause I can't get it to write out the XHTML as I need ist...

???
As I explained in (one of) my replies you have full control over the
white space in element content in the result document, you can exactly
control any indentation thatis required. You don't have control over the
whitespace insode a tag so if you require a specific attribute layout
like
<abc x=21"
     y="2"
>
then XSLT can not do that as it can not control the tags at all, but if
you want to have

<x>
   <b>
  <c>
...

Then it is easy enough to achieve that using any pf teh methods I listed
earlier

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread