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
2010
01
02
03
04
05
06
07
08
09
10
11
12
Chronological
 
 
Thread
 
 
Problem with different stylesheet
tiago . tuxkiller
From
: tiago.tuxkiller@xxxxxxxxx
To
: users@xxxxxxxxxxxxxxxx
Subject
: Problem with different stylesheet
Date
: Thu, 16 Aug 2007 21:09:48 +0200 (CEST)
Hello guys,
I have one Apache 2.0.54 with modxslt-2004112100 (arch 32 bits) and my
initial tests are working very well, but....
I'm using this xml to do the tests:
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xsl-stylesheet type="text/xsl" noprocess="no" accept="admin"
href="
http://teste.com/estilo/fotolog/admin.xsl"
;?>
<?xsl-stylesheet type="text/xsl" noprocess="no" accept="mini"
href="
http://teste.com/estilo/fotolog/mini.xsl"
;?>
<?xml-stylesheet type="text/xsl"
href="
http://teste.com/estilo/fotolog/lista.xsl"
;?>
<COMMENT>
<COMID>13530857</COMID>
</COMMENT>
And I can't change between:
http://200.222.222.222/html/2007/08/15/13530858.xml
and
http://200.222.222.222/html/2007/08/15/13530858.xml?admin
or
http://200.222.222.222/html/2007/08/15/13530858.xml?mini
What can be happing?
LoadModule mxslt_module modules/mod_xslt.so
AddType text/xsl .xsl
AddOutputFilterByType mod-xslt text/xml
SetOutputFilter mod-xslt
Thanks a lot!