i tried this :
<xsl:include href="file://g:\users\www\aa\final\header.xsl"/>
and i've this error
Fatal error: invalid namespace prefix 'xsl' in
g:\users\www\aa\final\references.php on line 231

-----Message d'origine-----
De : Petr Cimprich [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 19 juin 2001 17:09
A : Sablotron Mailing List
Objet : Re: [Sab] <xsl:include>



Try either

an absolute path href="file://c:\path\header.xsl"

or

read your header file before transformation and pass it as an additional
argument (xslt_run).

Hope this helps,
Petr

Jean-Charles Preaux wrote:

> HI
> i've tried it but i don't work yet...?
>
> -----Message d'origine-----
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Envoye : mardi 19 juin 2001 16:17
> A : Sablotron Mailing List
> Objet : Re: [Sab] <xsl:include>
>
> Hi Jean-Charles,
>
> this one works for me:
>
> <xsl:include href="file://yourFileInPWD.xsl"/>
>
> Lars
>
> quoting Jean-Charles (Mail vom Dienstag, 19. Juni 2001, 16:24:12):
>
> JCP> Hello
> JCP> I try to use <xsl:include> to include an XSL page in another but,
i've
> an
> JCP> error :
> JCP>  "Fatal error: 'arg:/header.xsl' not found in
> JCP> g:\users\www\aa\final\contacts.php on line 313"
> JCP> i tried all kind of path in the "href"...?
> JCP> What can i do ?
> JCP> thx
> JCP> Bye
> JCP> Jean-Charles Preaux

--
Petr Cimprich
Ginger Alliance
www.gingerall.com



Reply via email to