OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Attributes as tags in namespaces and how to guess character encoding

[ Lists Home | Date Index | Thread Index ]
  • To: xml-dev@lists.xml.org
  • Subject: Attributes as tags in namespaces and how to guess character encoding
  • From: Martin Olsson <mnemo@minimum.se>
  • Date: Wed, 21 Jul 2004 19:00:29 +0200
  • User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707


--- QUESTION 1

Can *all* attributes be equivalently represented as child tags in *all* 
XML formats? If so, why does DTD define attribute separately?
In particular, I wonder about the core XML attribute such as namespaces 
etc; are these two lines equivalent (see below)?

<myTag xsl:myPrefix="hello"></myTag>
<myTag><xsl:myPrefix>hello</xsl:myPrefix></myTag>

--- QUESTION 2

XML files can use different character encodings including UNICODE and 
normal ascii text files. An XML parser must know what encoding is used 
before it starts to process the file, loading a UNICODE file is very 
different from loading a normal text file. The parser can obviously not 
first read the encoding attribute of the XML declaration which is the 
first line of the XML file and then load the file. So is there a 
complete list of possible char encodings what is XML compatible? Should 
the XML parser use a brute force approach and try all of these?




Regards,
Martin Olsson




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS