|
|
 |
perl-xml
URI resolvers for XML and XSLT?
by Michael Ludwig other posts by this author
Aug 26 2009 5:54AM messages near this date
view in the new Beta List Site
Re: Problem with XML::Twig
|
Re: URI resolvers for XML and XSLT?
& XSLT Does XML::LibXML support URI resolvers? I didn't find anything
about it in the man page.
LibXML2 supports them in some form:
http://xmlsoft.org/catalog.html
I'm not sure how general that is. I'm also not sure catalogues
are the only scenario where URI resolvers are supported.
The scenario I have in mind would be to register a URI resolver
that would kick in (with a registered SAX filter) when the URI
mysax://bla.xml is requested - for example using the document()
function in XSLT.
Another possible scenario would be to register resolvers to act
on <xsl:include> and <xsl:import>.
And of course external entities and other scenarios. Basically
all URIs :-)
--
Michael Ludwig
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Michael Ludwig
Petr Pajas
Michael Ludwig
Petr Pajas
|
|
|
 |
|