> Hi I need to know how can i define xml SCHEMA which support recursive > declaration of tags > > (e.g) > > <Tag1> > <Tag1> </Tag1> > </Tag1> > > and i want to know for this kind of SCHMEA xerces1.4.1 parser will support > this or not I am using java1.2.2 > > > Thanks in advance > Bala