[
Lists Home |
Date Index |
Thread Index
]
- From: mparul@in.ibm.com
- To: xml-dev@ic.ac.uk
- Date: Fri, 5 Nov 1999 13:58:48 +0530
Hi,
I want to define an element in my own DTD that will be a "math" element tag
- from MathML DTD.
e.g
this is my foo.dtd
<!ELEMENT foo (bar, value)>
<!ELEMENT foo (math)>
<!ELEMENT bar (#PCDATA)>
here math is an element tag from MathML DTD available at the w3.org site.
How to reflect that the math element is from the MathML dtd?
Thanks
Parul
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|