[xml] DTD Handlers

2006-07-28 Thread srivatsan s
I am trying to use libxml DTD handlers. I have the following below example !ELEMENT p (#PCDATA | %font; | %phrase; | %special; | %form;)* This call back xmlSAX2ElementDecl , takes xmlElementContentPtr Whose data Structure is struct _xmlElementContent { xmlElementContentType type; /*

Re: [xml] DTD Handlers

2006-07-28 Thread Daniel Veillard
On Fri, Jul 28, 2006 at 11:35:45AM +0100, srivatsan s wrote: I am trying to use libxml DTD handlers. I have the following below example !ELEMENT p (#PCDATA | %font; | %phrase; | %special; | %form;)* This call back xmlSAX2ElementDecl , takes xmlElementContentPtr Whose data