Just wondering if anyone knows what's going on with
the "pretty" flag in the serialization code.  Axis does
stuff like:
  boolean oldPretty = context.getPretty();
  context.setPretty(true);
first thing in the SOAPEnvelope outputImpl code which
means "pretty" is turned on all the time.  Am I missing
something or do we totally ignore this flag?  And if so
why?
-Dug

Reply via email to