[xslt] nested element extension.



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]