You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Jacek Olszak <ja...@gmail.com> on 2007/10/21 21:02:04 UTC

TrAX configuration

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