xsl-list
[Top] [All Lists]

RE: DTD Element problem

2003-11-06 08:04:58
This is one of the SGML facilities that wasn't carried forward into XML.
One of the aims of XML was that you should be able to skip reading the
DTD.

What has this got to do with XSL?

Michael Kay

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Flemming Jønsson
Sent: 06 November 2003 10:07
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] DTD Element problem


I have some xml files containing source code (or SQL queries) 
inside a particular tag.

In my DTD I wanted to define the element SQL to contain 
#CDATA, but this is not allowed.

<!ELEMENT SQL (#CDATA)> is illegal,  <!ELEMENT SQL (#PCDATA)> 
is legal.

In my XML files I have <![CDATA[{SQL_HERE}]> around my SQL 
queries - which works fine, when SQL is defined as PCDATA in the DTD.

Is there another way I can define SQL to be CDATA instead of 
PCDATA in the DTD? 
It seems a bit redundant to define SQL as PCDATA in the DTD 
and then explicitly define the contents of the SQL tag to be 
CDATA in the XML file.

Regards,
Flemming

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>