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

From
David Carlisle <>
To
Dan Shelton <>
Date
2012-07-02T21:40:47Z
ID
<>
Thread
Re: [xml-dev] newline/form feed valid as attribute value?
On 02/07/2012 22:27, Dan Shelton wrote:
>   I can't imagine that
> <atag>></atag> can be valid.

It is well formed. "valid" doesn't apply unless there is a DTD reference.

<!DOCTYPE atag [
<!ELEMENT atag (#PCDATA)>
]>
<atag>></atag>


Is valid,

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