regular expresion to take an attatched xml document
Roberto Diaz <[email protected]> Fri, 05 May 2006 12:57:54 +0200
| Newsgroups | gmane.comp.lex.flex.general |
|---|---|
| Message-ID | <[email protected]> |
Hello all.
I am trying to take an xml document which is included insided another
document for that I am using an state called XML and a regular expresion
like this:
<ESTADO_XML><\?xml(.|\n)*> {....}
It almost always it works but at times it is not working I can't figure
out what is happening...
Any help would be very appreciated.
Thank you very much
Rob