Hi.

I made a small test extension to libxslt-1.1.20.

For extension elements I just dump the element to STDOUT to see whats is
goin on. I see that the procesor dont go inside the extension element,
for example:

<ee:transaction>
        <ee:call>DK2SOO328SD</ee:call>
        <ee:call>DK2SOO328SD</ee:call>
        <ee:call>DK2SOO328SD</ee:call>
</ee:transaction>

gives:
dump_element:transaction

How to make the 'transaction' element implementation, to process the
children nodes, to get this callbacks:
dump_element:transaction
dump_element:call
dump_element:call
dump_element:call

Of course, when the childrens finish, i want to be back in the
transaction implementation function end close the transaction.

A second question is how to turn on debug for libxslt.


Thanks.
Pawel Szklarz



_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt

Reply via email to