Removing pretty print tags
Posted: Wed Nov 03, 2004 8:10 pm
Has anyone found a way to remove the hard return and extra spaces added to xml by the pretty print feature? I would assume that you could remove them with a search and replace using a regular expression such as
\n\s+
but this does not seem to work. Any help is appreciated.
\n\s+
but this does not seem to work. Any help is appreciated.