I'm a
beginner looking for a java validating parser for XSLT. I tried
Xalan's TransfomerHandlerImpl but it only gave me one error at a
time. I tried compiling with XSLTC and it gave me a vector of errors, but
it couldin't detect missing parenthesis, also I couldn't figure out how to parse
without compiling (tried using the Parser class but got
NullPointerException). Any tip much
appreciated!