Re: characterData
"Gert Cuykens" <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
On 7/19/07, Gert Cuykens <[email protected]> wrote: > Is it possible to launch the characterData handler when expat parses a > empty tag <tag></tag> > > This works except when i parse a empty password > > http://dfo.svn.sourceforge.net/viewvc/dfo/trunk/cgi/make.sh?view=markup > http://dfo.svn.sourceforge.net/viewvc/dfo/trunk/cgi/xml.c?view=markup > > Any suggestions ? > I could code a start and end handler verifying if characterData handler happened but thats more code then just to make sure there are no empty tags ? Are there any other tricks ?