Skip Menu |

This queue is for tickets about the XML-LibXSLT CPAN distribution.

Report information
The Basics
Id: 55376
Status: rejected
Priority: 0/
Queue: XML-LibXSLT

People
Owner: Nobody in particular
Requestors: nadine.biemueller [...] uni-wuerzburg.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.70
Fixed in: (no value)



Hello, I use XML::LibXSLT. But the new namespace http://www.w3.org/TR/WD-xsl isn't supported from this module. What couldt I do in this case? I can't change the namespace to http://www.w3.org/1999/XSL/Transform, it must be http://www.w3.org/TR/WD-xsl. I get this error: xsltParseStylesheetProcess : document is not a stylesheet Best regards Dater
Subject: http://www.w3.org/TR/WD-xsl (Was: empty)
Hello, XML::LibXSLT implements XSL Transformations 1.0 as described by this recommendation: http://www.w3.org/TR/xslt I didn't find any W3C which would say that http://www.w3.org/TR/WD-xsl is a valid namespace for XSL transformations, except for this obsolete working draft "http://www.w3.org/TR/1998/WD-xsl-19980818" that predates XSL 1.0 and was never supposed to be used in production. -- Petr On Tue Mar 09 09:04:58 2010, Dater wrote: Show quoted text
> Hello, > > I use XML::LibXSLT. But the new namespace http://www.w3.org/TR/WD-xsl > isn't supported from this module. > What couldt I do in this case? > > I can't change the namespace to http://www.w3.org/1999/XSL/Transform,
it Show quoted text
> must be http://www.w3.org/TR/WD-xsl. > > I get this error: > xsltParseStylesheetProcess : document is not a stylesheet > > Best regards > > Dater
Subject: http://www.w3.org/TR/WD-xsl (Was: empty)
Sorry, wanted to say "I didn't find any W3C *document*" -- Petr On Tue Mar 09 10:54:10 2010, PAJAS wrote: Show quoted text
> Hello, > > XML::LibXSLT implements XSL Transformations 1.0 as described by this > recommendation: > > http://www.w3.org/TR/xslt > > I didn't find any W3C which would say that http://www.w3.org/TR/WD-xsl > is a valid namespace for XSL transformations, except for this obsolete > working draft "http://www.w3.org/TR/1998/WD-xsl-19980818" that
predates Show quoted text
> XSL 1.0 and was never supposed to be used in production. > > -- Petr > > On Tue Mar 09 09:04:58 2010, Dater wrote:
> > Hello, > > > > I use XML::LibXSLT. But the new namespace http://www.w3.org/TR/WD-
xsl Show quoted text
> > isn't supported from this module. > > What couldt I do in this case? > > > > I can't change the namespace to
http://www.w3.org/1999/XSL/Transform, Show quoted text
> it
> > must be http://www.w3.org/TR/WD-xsl. > > > > I get this error: > > xsltParseStylesheetProcess : document is not a stylesheet > > > > Best regards > > > > Dater
>
Subject: Antw: [rt.cpan.org #55376] http://www.w3.org/TR/WD-xsl (Was: empty)
Date: Wed, 10 Mar 2010 09:06:13 +0100
To: <bug-XML-LibXSLT [...] rt.cpan.org>
From: "Biemüller Nadine" <nadine.biemueller [...] uni-wuerzburg.de>
Hello, so what could I do in this case? The XSL-File use the http://www.w3.org/TR/WD-xsl. If I use http://www.w3.org/1999/XSL/Transform many tags for example xsl:script are not in found, or xsl:eval. The XSL-File isn't from me, I get this File from a componay an have to parse it. Thanks a lot! Dater Show quoted text
>>> "Petr Pajas via RT" <bug-XML-LibXSLT@rt.cpan.org> 09.03.2010 16:56 >>>
<URL: https://rt.cpan.org/Ticket/Display.html?id=55376 > Sorry, wanted to say "I didn't find any W3C *document*" -- Petr On Tue Mar 09 10:54:10 2010, PAJAS wrote: Show quoted text
> Hello, > > XML::LibXSLT implements XSL Transformations 1.0 as described by this > recommendation: > > http://www.w3.org/TR/xslt > > I didn't find any W3C which would say that http://www.w3.org/TR/WD-xsl > is a valid namespace for XSL transformations, except for this obsolete > working draft "http://www.w3.org/TR/1998/WD-xsl-19980818" that
predates Show quoted text
> XSL 1.0 and was never supposed to be used in production. > > -- Petr > > On Tue Mar 09 09:04:58 2010, Dater wrote:
> > Hello, > > > > I use XML::LibXSLT. But the new namespace http://www.w3.org/TR/WD-
xsl Show quoted text
> > isn't supported from this module. > > What couldt I do in this case? > > > > I can't change the namespace to
http://www.w3.org/1999/XSL/Transform, Show quoted text
> it
> > must be http://www.w3.org/TR/WD-xsl. > > > > I get this error: > > xsltParseStylesheetProcess : document is not a stylesheet > > > > Best regards > > > > Dater
>
Best solution: ask the company to stop using WD-xsl and start using XSLT. Second best: transform WD-xsl to XSLT first, but this is not trivial. See http://www.biglist.com/lists/xsl-list/archives/200502/msg00481.html for some hints. Especially xsl:script is problematic. I don't think there is any publically available processor for WD-xsl, sorry. On Wed Mar 10 07:07:26 2010, Dater wrote: Show quoted text
> Hello, > > so what could I do in this case? The XSL-File use the > http://www.w3.org/TR/WD-xsl. > If I use http://www.w3.org/1999/XSL/Transform many tags for example > xsl:script are not in > found, or xsl:eval. > The XSL-File isn't from me, I get this File from a componay an have to > parse it. > > Thanks a lot! > > Dater > >
> >>> "Petr Pajas via RT" <bug-XML-LibXSLT@rt.cpan.org> 09.03.2010 16:56 > >>>
> <URL: https://rt.cpan.org/Ticket/Display.html?id=55376 > > > Sorry, wanted to say "I didn't find any W3C *document*" > > -- Petr > > On Tue Mar 09 10:54:10 2010, PAJAS wrote:
> > Hello, > > > > XML::LibXSLT implements XSL Transformations 1.0 as described by this > > recommendation: > > > > http://www.w3.org/TR/xslt > > > > I didn't find any W3C which would say that http://www.w3.org/TR/WD-
> xsl
> > is a valid namespace for XSL transformations, except for this
> obsolete > predates
> > XSL 1.0 and was never supposed to be used in production. > > > > -- Petr > > > > On Tue Mar 09 09:04:58 2010, Dater wrote:
> > > Hello, > > > > > > I use XML::LibXSLT. But the new namespace http://www.w3.org/TR/WD-
> xsl
> > > isn't supported from this module. > > > What couldt I do in this case? > > > > > > I can't change the namespace to
> http://www.w3.org/1999/XSL/Transform,
> > it
> > > must be http://www.w3.org/TR/WD-xsl. > > > > > > I get this error: > > > xsltParseStylesheetProcess : document is not a stylesheet > > > > > > Best regards > > > > > > Dater
> >
Resolving as rejected per the discussion.