CodeZoo News
Welcome to CodeZoo!
CodeZoo exists to help you find high-quality, freely available, reusable components, getting you past the repetitive parts of coding, and onto the rest and the best of your projects. It’s a fast-forward button for your compiler.
Read more
New Features: Recent Additions, RSS (Atom) Feeds, and Component Category List
Read more
Slow Component Additions
Read more
CodeZoo exists to help you find high-quality, freely available, reusable components, getting you past the repetitive parts of coding, and onto the rest and the best of your projects. It’s a fast-forward button for your compiler.
Read more
New Features: Recent Additions, RSS (Atom) Feeds, and Component Category List
Read more
Slow Component Additions
Read more
Recent User Tips
Xalan
Don't combine XSLTC and XSLT in the same program
by raffi
To use XSLTC (compiled XSLT -- a "translet") in your code, you have to set a system property to set the javax.xml.transform.TransformerFactory system property to org.apache.xalan.xsltc.trax.TransformerFactoryImpl. Herein lies the problem.
6-15-2005
Don't combine XSLTC and XSLT in the same program
by raffi
To use XSLTC (compiled XSLT -- a "translet") in your code, you have to set a system property to set the javax.xml.transform.TransformerFactory system property to org.apache.xalan.xsltc.trax.TransformerFactoryImpl. Herein lies the problem.
Unless you're willing to play fancy tricks, you're now...
6-15-2005