[
Lists Home |
Date Index |
Thread Index
]
- From: Andrea Anders <anders@rcs.urz.tu-dresden.de>
- To: "xml-dev@ic.ac.uk" <xml-dev@ic.ac.uk>
- Date: Wed, 17 Dec 1997 10:20:29 +0100 (MET)
I am a amateur in xml and hope anyone can help me.
I try to transform a SGML-DTD into XML (I use MSXML-parser).
My questions are:
1) Neither SGML-inclusions nor -exclusions are allowed in XML!? How can I
express this in XML?
my sgml-dtd:
<!ELEMENT LE - - ((a , b , c+) , d , e) +(f , g , h) >
<!ELEMENT m - - (o | (#PCDATA))+ >
<!ELEMENT c - - (l , (m | n)+) >
...
<!ELEMENT e - - (i , (j , k)+) -(h)>
2) I tried it to bypass with named groups, but it failed. Named groups are
not allowed too.
There are any ideas?
Thanks.
____________________________________________________________
Andrea Anders
-------------
eMail: anders@rcs.urz.tu-dresden.de
WWW: http://rcswww.urz.tu-dresden.de/~anders
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/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe 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)
|