[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] adding a namespace to a stylesheet automatically
Subject: RE: [xsl] adding a namespace to a stylesheet automatically
From: "Lars Huttar" <lars_huttar@xxxxxxx>
Date: Wed, 29 Oct 2003 13:27:52 -0600
|
I wrote:
> > The OP didn't want to prefix the elements or the
> attributes, he wanted
> > to add prefixes to the names appearing within XPath
> expressions within
> > the content of the attributes. That clearly needs an XPath
> > parser, which
> > makes it unlikely that anyone will offer a working solution.
> >
> > Michael Kay
>
> It was my impression that there were some open-source programs
> out there that used XPath parsers, e.g. XPath expression tracer/
> debuggers. Guess I'll look into that some more.
Another way to ask this is, has anyone had success hooking into
existing open-source XSLT processors like Xalan or Saxon that
include XPath parsers, or say the Perl XML::XPath module,
and adding custom functionality?
(Some other possibilities I've run across include SAXPath
[http://www.xmlhack.com/read.php?item=1321] and
4suite.)
Application 1: as described previously, the oft-needed requirement
to add namespace prefixes to element names in XPath expressions.
Application 2: to validate existing XPath expressions against
sample source documents in order to catch errors in the XPath
expressions.
Lars
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: [xsl] adding a namespace to a stylesheet automatically, (continued)
- Lars Huttar - Tue, 28 Oct 2003 18:04:44 -0600
- Allan Jones - Wed, 29 Oct 2003 11:04:55 -0000
- Michael Kay - Wed, 29 Oct 2003 12:29:36 -0000
- Lars Huttar - Wed, 29 Oct 2003 11:06:30 -0600
- Lars Huttar - Wed, 29 Oct 2003 13:27:52 -0600 <=
- Americo Albuquerque - Wed, 29 Oct 2003 14:17:09 -0000
- Lars Huttar - Wed, 29 Oct 2003 12:58:31 -0600
- David Carlisle - Wed, 29 Oct 2003 21:15:27 GMT
- Lars Huttar - Thu, 30 Oct 2003 12:47:48 -0600
|
|