Re: [M2] Are pom.xml settings.xml really well-formed?

2008-02-09 Thread Manos Batsis
Roger Ye wrote: The problem is that, the XML is not really well-formed, the tags actually contains data, e.g. field one val field two val This is well formed XML alright. Element names start with a letter and not with any case combo of "xml". Whether the design is good or bad is another m

Re: [M2] Are pom.xml settings.xml really well-formed?

2008-02-09 Thread Jason van Zyl
We don't use Xerces, never have, never will. On 9-Feb-08, at 8:47 AM, Roger Ye wrote: Hi all, I've just read haakon's blog Java Permgen space, String.intern, XML parsing (pitty his permlink is broken), that's a memory problem caused by "well formed" XMLs