|
|
|
|
Change stylesheet don't works... Tiago Cruz
|
|
From: "Tiago Cruz" <tiago.tuxkiller@xxxxxxxxx>
To: users@xxxxxxxxxxxxxxxx
Subject: Change stylesheet don't works...
Date: Thu, 16 Aug 2007 16:10:43 -0300
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qaePwOnsM6Vn6SW7CwvEBJYdZoR08P37ZO+zKet73Qs+krsfxJ26W+/61dxnvMyAChJJjSSknOU4APfSJlwCh/rA6hIy1NkxNICkOhWlwIdAfKeoBWUcy9KSmroJY/gKOc5mx8yh4kVEsUKp25oGMAF5E2xuLsBqTyTQ7JqxK1w=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ptTAfYlha8pcpJ6Qdmp3HlavMhEovO4/UkTTTZQg9hUTwCVDD8/1mnOYiWQx72MJMAnBHOTzRqoIJZstflKOn1CugAMW1IHucQ9lqxm2L1JJy+VhxBzHriLLUqrftkhWlMKuprVg3mw4BuwaD1VZSgtj92ZWXp/ihBT0F8YLrhI=
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!
| |
|