Hi there,

I get some trouble with using including tags from AxKit::XSP::Util. 

Firstly, using <util:time format="%A, %B %d, %Y"/> works great.

But using <util:include-file name="nav.xml"/> leads to Segmentation Fault.

So, i took the perl class code produced from the xsp file in the error_log
file and tried to see where it breaks down : 
the problem seems to come from AxKit::XSP::Util::include_file at line:
    $parent->appendChild($root);

with $parent of class XML::LibXML::Element
and $root of class XML::XPath::Node::Element !

is it possible that a node from XML::XPath can be appended to a 
node from XML::LibXML ?

Where my (basic?) fault ?

-- 
Marc-Olivier BERNARD
Mel [EMAIL PROTECTED]


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

Reply via email to