Subject: Re: Please help with XT
From: "Maksim Zhizhkun" <maksims@xxxxxxxx>
Date: Fri, 28 Apr 2000 18:48:40 +0200
|
Thanks for all of you now it works
:)
Max
----- Original Message -----
From: Mike Brown <mike@xxxxxxxx>
To: < >
Sent: Friday, April 28, 2000 6:38 PM
Subject: Re: Please help with XT
>
>
> > Does anyone could send some piece of code as an example of XT parser
> usage
> > [...]
> > I've tried many variants of code but always got an XSL in result doc
>
> Does your stylesheet refer to the correct namespace for XSLT as defined in
> the XSLT Recommendation? If not, then it is just a collection of literal
> result elements, which by definition you want to be copied to the result
> tree. It should be something like this:
>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> version="1.0">
>
> - Mike
> ___________________________________________________________
> Mike J. Brown, software engineer, Webb Interactive Services
> XML/XSL stuff: http://www.skew.org/ http://www.webb.net/
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|