ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xsl-list
xsl-list
Re: AW: AW: AW: AW: [xsl] xhtml output formating problems / passing through pre defined static xhtml
by David Carlisle other posts by this author
Sep 9 2004 5:15PM messages near this date
AW: [xsl] Attention: list management (was: AW: AW: [xsl] xhtml output formating problems / passing through pre defined static xhtml) | Re: AW: [xsl] xhtml output formating problems / passing through pre defined static xhtml
>  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
________________________________________________________________________

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@[...].com> 
--+--

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved