Re: [xml-dev] newline/form feed valid as attribute value?

From
David Carlisle <>
To
Date
2012-07-02T21:11:23Z
ID
<>
Thread
Re: [xml-dev] newline/form feed valid as attribute value?
On 02/07/2012 22:06, Mike Sokolov wrote:
> Can anybody explain to me why the comment subexpression wouldn't just
> swallow an entire document like this:

you are right, it would (assuming the regexp dialect being used has the 
usual longest match semantic).


([^><]+)            # xml text

isn't right either as > is allowed in xml text.

David


-- 
google plus: https:/profiles.google.com/d.p.carlisle