Login 
 
 Pref   Your subscriptions   Home   Help 
users@ml.mod-xslt2.com
mod-xslt2 - Users Mailing List
   
 
List info
 
 
 
Subscribe
 
 
Unsubscribe
 
 
Archive
 
 
Post
 



Advanced search
2004 01 02 03 04 05 06 07 08 09 10 11 12
2005 01 02 03 04 05 06 07 08 09 10 11 12
2006 01 02 03 04 05 06 07 08 09 10 11 12
2007 01 02 03 04 05 06 07 08 09 10 11 12
2008 01 02 03 04 05 06 07 08 09 10 11 12

  previous   Chronological   next       previous   Thread   next  

Tab and spaces characters on mod_xslt attributes Ruben Vidal
  • From: Ruben Vidal <ruben@xxxxxxx>
  • To: users@xxxxxxxxxxxxxxxx
  • Subject: Tab and spaces characters on mod_xslt attributes
  • Date: Tue, 14 Dec 2004 17:01:17 +0100
  • User-agent: Mozilla Thunderbird 0.8 (X11/20040926)


  • Actually we are using mod_xslt to compose xml-xslt pages, but while Mozilla and MSIE don't show spaces and tab characters, mod_xslt shows everything, and sometimes is hard to have a 'well structured code'.

    Is there any way to change it? (any parameter, function, ...)

    for ex=

    This code XSLT
    <a>
    <xsl:attribute name="href">
    action.pl?session_id=
    <xsl:value-of select="/manager_page/session/id"/>
    </xsl:attribute>
    New action
    </a><br/>

    in Mozilla makes well
    http://localhost/action.pl?session_id=ID10092955110189547310297943

    but throught modxslt it makes
    http://localhost/action.pl?session_id=%0A%09%09%09%09%09%09%09%09ID10092955110189547310297943

    (It shows tabs and spaces characters: %0A%09%09%09%09%09%09%09%09)

    Thanks
      Powered by Sympa