Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: New to XML

From: "Asger Joergensen" <Junk@-------.-->
To: NULL
Date: 12/5/2008 11:53:00 AM
Hi jodleren
jodleren wrote:

> Well, that does not work either. Both cases fail:
> 
> 
> <?xml version="1.0" standalone="yes"?>

>  <more>Ø</more>

>  <more>&Oslash;</more>

> 
> and they fail at the same line - both & and even &amp;slash; (someone
> suggested that) and Ø fail.... how do I overcome this?

I come from Denmark so I know about the Ø and what You need to do is:

The header should look either like this:

<?xml version="1.0" encoding="ISO-8859-1" ?>
if You save in NON-Unicode

or like this if You save in unicode:
<?xml version="1.0" encoding="UTF-8" ?>

Thes characters are not alowed in the text in XML files
 & " ' < >
they are reserved for tags and they must be translated to
&amp; &quot; &apos; &lt; &gt;

If You use UTF-8 You can use all other characters 

If You use ISO-8859-1 You will have to stay within ISO-8859-1
You can see what that is if You use the charmap.exe and chose
Windows:Wester under advanced.

Kind regards
Asger


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent