This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Please advise...XTML DTD


Hi,
I'm not sure if this is the right list to post but I'm desperate for 
advises...

I'm trying to define an element that is able to take HTML tags in it.

I tried to define an entity to represent the external DTD. I checked it... 
it is well-formed and valid, but when it's view in browser I get an error:

"Use of default namespace declaration attribute in DTD not supported."

This is what I did in myOwnDTD.dtd:

<!-- Defining myElementNoNeedXHTML structure: -->
<!ELEMENT myElementNoNeedXHTML ANY>


<!-- Defining XHTML DTD -->
<!ENTITY % XHTML.ns "http://www.w3.org/TR/1999/REC-html-in-xml"; >
<!ENTITY % xhtml1-transitional.dtd
	PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"xhtml1-transitional.dtd" >

%xhtml1-transitional.dtd;


<!-- Defining myElementThatNeedXHTML structure: -->
<!ELEMENT myElementThatNeedXHTML ANY>


Please advise! Thank you so much for your help.
Theresa


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]