I have been given a pdf form(XFA). I have a button that the end user can
click and when they do so, it posts the form data as XML to a url. The
problem I am having is that it seems to be adding in newline characters
like so:1234(this
isn't complete stream, just a small sample. The newlines are screwing up
my xml parser. Is there any way I can prevent this, or post lean xml
with no whitespace?I have been stripping newline characters inside my
service, but obviously this is less than ideal.When I ...