qpqv wrote:
I was wondering, I'm getting this in my apache
error_log, does it sound like a typo or something more
sinister?  I'm trying to get Barrie Slaymaker's image
gallery example working.  I think I have the custom
lib modules setup correctly now, but I fear I may have
a typo somewhere, but based on the apache log, I can't
figure out where it is.

[SAXMachines] parsing document
unsupported node type: 14 at..SAX/Parser.pm line 98
Apache::AxKit::Language::SAXMachines::handler finished
with code 0
caught an exception
Can't call method "toString" on unblessed reference at
AxKit.pm line 671
....
It's quite clearly not an XSLT error. In fact, it looks as if you're using XML::LibXML::SAX::Parser which iirc is a deprecated parser. I don't know what node type 14 is but it's something that XML::LibXML::SAX::Parser doesn't like.

You might want to fix that by upgrading your XML::LibXML (perhaps to 1.52 as 1.53 has problems).

--
Robin Berjon <[EMAIL PROTECTED]>
Research Engineer, Expway
7FC0 6F5F D864 EFB8 08CE 8E74 58E6 D5DB 4889 2488


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to