[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] newline/form feed valid as attribute value?
- From: David Carlisle <davidc@nag.co.uk>
- To: Dan Shelton <dan.f.shelton@gmail.com>
- Date: Mon, 02 Jul 2012 22:40:47 +0100
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
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]