Hello
I am looking for a possiblity to register own handlers for my XSLT
processor. In PHP4 exists some hacks but not any more for php 5. So
does somebody know a possiblity?
e.g my expectation
$xslProc = new XsltProcessor() ;
$xslProc->registerSaxHan dler($saxHandle r);
// another way would be to set/get the internal XML parser from the
XSLT processor and set it than manually? but there exist no
documentation how I can set the xml parser for the xslt processor.
i.e. old php4 hacks, which could not any more be used
any ideas?
Many thanks
regards
Mark
I am looking for a possiblity to register own handlers for my XSLT
processor. In PHP4 exists some hacks but not any more for php 5. So
does somebody know a possiblity?
e.g my expectation
$xslProc = new XsltProcessor() ;
$xslProc->registerSaxHan dler($saxHandle r);
// another way would be to set/get the internal XML parser from the
XSLT processor and set it than manually? but there exist no
documentation how I can set the xml parser for the xslt processor.
i.e. old php4 hacks, which could not any more be used
any ideas?
Many thanks
regards
Mark