protected XSLProcessor processor;
protected XSLStylesheet xslSheet;
public XslpLiaison() {
processor = new XSLProcessor();
// uh ?! I'm forced to do that otherwise a setProperty crashes
// with NPE ! I don't understand why the property map is static
// though... how can we do multithreading w/ multiple identical
// parameters ?
processor.getProperty("dummy-to-init-properties-map");