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  

Re: [mod-xslt users] Re: Parsing problems JohnnyRun
  • From: JohnnyRun <gianni79@xxxxxxxxxxx>
  • To: users@xxxxxxxxxxxxxxxx
  • Subject: Re: [mod-xslt users] Re: Parsing problems
  • Date: Sat, 14 Aug 2004 10:54:41 +0000
  • References: <sympa.1092428260.15843.378@ml.mod-xslt2.com>
  • User-agent: Mutt/1.4.1i


  • On Fri, Aug 13, 2004 at 10:20:35PM +0200, admin@xxxxxxxxxxxx wrote:
    > Hi,
    > My guess is that mod-xslt want to parse xslt sheet as an xml document.
    > Did you try to add something like this in httpd.conf:
    >
    > AddType text/xsl .xsl
    >
    >
    > This is one error I found in XSL file:
    > </h1><
    > /xsl:template>
    > </xsl:stylesheet>
    >
    > It should be:
    >
    > </h1></xsl:template>
    > </xsl:stylesheet>
    >
    > If this is not working, can you post mod-xslt configuration from your
    > httpd.conf?
    >
    > Boyan
    >

    Not working? what does '/var/log/apache/error.log' say?

    My "standard" configuration is working well, but I don't have it here.

    Remember that an xsl file has to be XML compliant.
    mod-xslt check this condition everytime.
    You can check your XSL file with rxp.

    Remember also that you can transform xsl file in other xsl file. You can
    have "middle version" of your xsl file that parsed with other xsl file
    produce your "final version".

    For ex: in php4, with libsablotron, you must produce this "middle
    version" by yourself and parse it "by hand". Mod-xslt do it all for you.

    Did I answer your question?

    Byebye
    JohnnyRun

      Powered by Sympa