Hi everyone! I use TrAX for identity transformations. I'm looking for a way to enable output property called omit-meta-tag. I've tried to set it using transformer.setOutputProperty method but it doesn't work:
transformer.setOutputProperty("{http://xml.apache.org/xalan}omit-meta-tag", "yes"); Is it possible to set this property using only TrAX API ? Thanks in advance, Jacek