[xslt] nested element extension.
- From: Paweł Cesar Sanjuan <pawel szklarz cc com pl>
- To: xslt gnome org
- Subject: [xslt] nested element extension.
- Date: Wed, 29 Aug 2007 10:40:33 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]