AttributeImpl class

2004-11-03 Thread Aditya Pandit
Env info : Using xerces-2.6.0 on windows Visual Studio .Net 2003 Is the AttributeImpl helper class mentioned in the Attribute class documentation provided with the xerces 2.6 src code.I could not find it. There is an AttributeImpl class in xalan-c 1.8 xalan-c 1.8.Is that the one referred to in th

Re: AttributeImpl class

2004-11-04 Thread Aditya Pandit
I have grepped the whole code base and cannot find a reference to > AttributeImpl. Could you point out the line number? > > Cheers, > > Gareth > > > > Aditya Pandit wrote: > > >Env info : Using xerces-2.6.0 on windows Visual Studio .Net 2003 > > > &

Re: AttributeImpl class

2004-11-04 Thread Aditya Pandit
I was able to use the Attributes class. Had c++ problems in my code(include problems). Thanks, Adi On Thu, 4 Nov 2004 08:45:17 -0500, Aditya Pandit <[EMAIL PROTECTED]> wrote: > Hi Gareth, > The reference is in a comment. Attributes.hpp line 81-121 > I am trying to find which

Re: AttributeImpl class

2004-11-04 Thread Aditya Pandit
gt; > > > > >On Thu, 04 Nov 2004 09:38:14 +, Gareth Reakes > ><[EMAIL PROTECTED]> wrote: > > > > > >>Hi, > >> > >>I have grepped the whole code base and cannot find a reference to > >>AttributeImpl. Could you point ou