[Home] [By Thread] [By Date] [Recent Entries]
At 11:20 AM 4/3/2000 +0200, Stefan van den Oord wrote:
>I have a simple question, I think: is XML case sensitive? In other words,
>are the tags case sensitive? I also mean the <?XML... tag and the <!DOCTYPE
>tag.
Yes, XML is case-sensitive. The XML declaration (what you call the
"<?XML... tag") must appear as:
<?xml...
and the document type declaration as:
<!DOCTYPE...
When you get into coding real tags, <THISTAG> identifies a completely
different element than <ThisTag>, <thisTag>, etc. Attribute names are also
case-sensitive. And so is everything else. :)
================================================================
John E. Simpson | "I was gratified to be able to answer
http://www.flixml.org | promptly. I said I don't know."
simpson@p... | Mark Twain)
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|

Cart



