Re: Please help with XT

Subject: Re: Please help with XT
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Fri, 28 Apr 2000 12:14:07 +0100
Max--

At 04:25 PM 4/28/00 +0200, you wrote:
>Does anyone could send some piece of code as an example of XT parser usage
>for XSLTransformation.
>I cannot find any documentation on it.
>I've tried many variants of code but always got  an XSL in result doc for
>both SAX and DOM models.

If you're getting your XSL stylesheet as your result, chances are your
problem is not how you're invoking the processor (since it's running), but
rather in the configuration of your root element.

In a conformant processor (XT, Saxon, Xalan etc.) your root element must be
(at least):

<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

</xsl:stylesheet>

Check that you have both a version attribute and the correct namespace
declaration in your stylesheet.

>Could someone recommend some good source of information regarding XT usage?

Try the new site, 4xt.org.

Good luck,
Wendell

>
>I'll be appreciated for any help,
>Max
>
>
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>

======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread