This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Please help with XT


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@mulberrytech.com
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]