Defining SQL statements in the DTD. How do I delcare my XML embeded SQL statements in my DTD?
Created Mar 10, 2003
Roseanne Zhang Good question! However, it is actually a question about how to incorporate namespace into the namespace-unaware-dtd file. The w3c was/is very smart, and made dtd can work with namespace, even it does not know anything about it. The secret is the ":" is a legal character of XML name.
I've a example about this topic, take a look, play with it a little. I believe you will get it! That was also how I got it.
Q. Can I specify namespace in DTD validation? If yes, give me an example.
Q. Can I specify namespace in DTD validation? If yes, give me an example.