[xslt] problems resolving external entities
- From: Thomas <astra uni-paderborn de>
- To: The Gnome XSLT library mailing-list <xslt gnome org>
- Subject: [xslt] problems resolving external entities
- Date: Thu, 3 Feb 2005 20:59:23 +0100
Hi there!
I have a problem with libxslt/libxml and loading external entites on
OSX.
My function is not called at all and I get I/O errors when loading
the stylesheets. XML/XSLT Versions are: xml=2.6.11, xslt=1.1.8
The same code seems to work on sarge for example with the same versions
of libxml and libxslt.
Any hints appreciated,
Thanx in advance,
::Thomas
My code is:
xmlSetExternalEntityLoader(steamExternalEntityLoader);
and:
xmlParserInputPtr
steamExternalEntityLoader(const char *URL, const char *ID,
xmlParserCtxtPtr ctxt)
{
fprintf(stderr, "steamExternalLoader(%s)\n", URL);
....
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]