Krzysztof Zielinski wrote:
> 
> Could you give an example of DTD that tell that there can't be any '\n'
> or any other space characters exept text which is an element value ?

Here:

<!ELEMENT A (B, C)>

That says element A contains an element B followed by an element C (and
nothing else). In that case any whitespace between the related tags is
"whitespace in element content", commonly refered to as "ignorable
whitespace".

You guys need to read the XML spec or a book or something. No offense
intended.
-- 
Arnaud  Le Hors - IBM Cupertino, XML Strategy Group

Reply via email to