[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: DTD encoding

  • From: "G. Ken Holman" <gkholman@C...>
  • To: xml-dev@l...
  • Date: Mon, 09 Mar 2009 14:11:27 -0400

Re:  DTD encoding
At 2009-03-09 18:53 +0100, Vincent De Groote wrote:
>An XML document has its encoding specified in the prolog.

Yes, by way of an XML declaration.

>But what is the encoding of the dtd file ?

A DTD file can have its own XML declaration.

>When I look at dtd found on internet (for example docbook dtds), I 
>can never find the encoding specified in the document itself.

Then they must be using the system default, which for most processors 
is UTF-8 or UTF-16.

>Does the DTD file 'inherits' its encoding from the enclosing xml document ?

No, each entity has its own responsibility for declaring the 
character set for that resource:

T:\ftemp>type abc.dtd
<?xml version="1.0" encoding="US-ASCII"?>
<!ELEMENT doc EMPTY>

T:\ftemp>type abc.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE doc SYSTEM "abc.dtd">
<doc/>

T:\ftemp>xml abc.xml
No validation errors.

T:\ftemp>

I hope this helps.

. . . . . . . .  Ken

--
XQuery/XSLT training in Prague, CZ 2009-03 http://www.xmlprague.cz
XQuery/XSLT/XSL-FO training in Los Angeles/Anaheim - 2009-06-01/10
Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video
Video lesson:    http://www.youtube.com/watch?v=PrNjJCh7Ppg&fmt=18
Video overview:  http://www.youtube.com/watch?v=VTiodiij6gE&fmt=18
G. Ken Holman                 mailto:gkholman@C...
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/x/
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/x/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


  • References:

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.