hi all,
i have a problem: i must use XSLTC in the fastest way as possible...
i was coming from XSLTC-alpha5 'background' and i have always used the
examples
that comes with XSLTC-alpha5.
Since i am on the xalan-dev mailing list, if i remember right once i
received
a msg from Glenn Miller stating that he had improved the DOMImpl class, to
make
everything faster.
Now, if i want to write my own class that use the XSLTC embedded with Xalan,
can i 'reuse' the examples that comes with xsltc-alpha5 and replace the
'import'?
attached is a sample that i have used for xsltc-alpha5.. i would be glad if
all of
u can give me some more info
reason of why i am asking this question is that if i run that program (that
parses 300 times an xml input -attached - ), the performance is 'little bad'
for my needs (it takes almost 20 sec) and all the time is spent in creating
new classes...
i think there should be a way to solve that problem....
thanx in advance and regards
marco
XSLTWorkerSun.java
MySAXOutputHandler.java
mytest.xsl
test.xml