Re: [digester] Patches to xmlrules : NodeCreateRule addon + namespace prefix support

2005-02-28 Thread Simon Kitching
On Tue, 2005-03-01 at 14:15 +1300, Simon Kitching wrote: > Hi Kristian, > > On Mon, 2005-02-28 at 17:43 +0100, Kristian Mandrup wrote: > > Added PREFIX namespace support for NodeCreateRule: Can now parse a XML > > Schema correctly â > > Tested (see Junit TestCase below). Works fine! > > [snip] >

Re: [digester] Patches to xmlrules : NodeCreateRule addon + namespace prefix support

2005-02-28 Thread Simon Kitching
Hi Kristian, On Mon, 2005-02-28 at 17:43 +0100, Kristian Mandrup wrote: > Added PREFIX namespace support for NodeCreateRule: Can now parse a XML Schema > correctly â > Tested (see Junit TestCase below). Works fine! [snip] > if ((localName == null) || (localName.length() == 0)) {

[digester] Patches to xmlrules : NodeCreateRule addon + namespace prefix support

2005-02-28 Thread Kristian Mandrup
Added PREFIX namespace support for NodeCreateRule: Can now parse a XML Schema correctly â Tested (see Junit TestCase below). Works fine! +++ public class NodeCreateRule extends Rule { private class NodeBuilder extends DefaultHandler { +++ public void startElement(String na