You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Chuck Amadi <ch...@breconbeacons.org> on 2002/10/03 16:04:17 UTC

xml "Unconvertible UTF-8 Character beginning with Oxa3" "

Hi I hope I can ask this question here !!Plz Xindice help

I'm running a ant build that utilise's htm--tidy , Xalan parser and 
sdocbook .

I am able to transform html content pages to xml (xhtml) content pages.

I have a problem with the build File -  Character Conversion error;

"Unconvertible UTF-8 Character beginning with Oxa3"  (line number may be 
low)

I have checked my Char entiities ie £ @ and & and amended as neccessary 
 can't susss out this Oxa3

I have broken my elements down and it works fine anyone what this 
Unconvertible UTF-8 Character beginning with Oxa3" is

-- 
Regards 
Chuck Robert Amadi
ICT Dept Systems Programmer.
Rhaglenydd Systemau Adran ICT.
Power too deliver.
Y gallu i y Dosbarthu.

Before you criticize someone,
you should walk a mile in their shoes.
That way, when you criticize them,
you're a mile away, and you have their shoes.




Re: xml "Unconvertible UTF-8 Character beginning with Oxa3" "

Posted by Chuck Amadi <ch...@breconbeacons.org>.
KOZLOV Roman wrote:

>Perhaps, you could try "ISO-8859-1" encoding in your xml. I mean the
>following line:
><?xml version="1.0" encoding="ISO-8859-1"?>
>
>Roman
>
>Chuck Amadi wrote:
>
>>Hi I hope I can ask this question here !!Plz Xindice help
>>
>>I'm running a ant build that utilise's htm--tidy , Xalan parser and
>>sdocbook .
>>
>>I am able to transform html content pages to xml (xhtml) content pages.
>>
>>I have a problem with the build File -  Character Conversion error;
>>
>>"Unconvertible UTF-8 Character beginning with Oxa3"  (line number may be
>>low)
>>
>>I have checked my Char entiities ie  @ and & and amended as neccessary
>> can't susss out this Oxa3
>>
>>I have broken my elements down and it works fine anyone what this
>>Unconvertible UTF-8 Character beginning with Oxa3" is
>>
>>--
>>Regards
>>Chuck Robert Amadi
>>ICT Dept Systems Programmer.
>>Rhaglenydd Systemau Adran ICT.
>>Power too deliver.
>>Y gallu i y Dosbarthu.
>>
>>Before you criticize someone,
>>you should walk a mile in their shoes.
>>That way, when you criticize them,
>>you're a mile away, and you have their shoes.
>>
>
Cheers for your suggestion I have sorted it out So I assume in future 
that Character conversion error "Unconvertible UTF-8 character begiining 
with Oxa3" has something to do with wrongly nested nodes as when I went 
through again with the pleasure of a bath I found the missing nodes and 
corrected so happier day's I hope lye ahead as I now have to model a xml 
table within the xsl  sheet  and ensure a visual pleasing table as well.

Cheers again

-- 
Regards 
Chuck Robert Amadi
ICT Dept Systems Programmer.
Rhaglenydd Systemau Adran ICT.
Power too deliver.
Y gallu i y Dosbarthu.

Before you criticize someone,
you should walk a mile in their shoes.
That way, when you criticize them,
you're a mile away, and you have their shoes.





Re: xml "Unconvertible UTF-8 Character beginning with Oxa3" "

Posted by KOZLOV Roman <r-...@opencascade.com>.
Perhaps, you could try "ISO-8859-1" encoding in your xml. I mean the
following line:
<?xml version="1.0" encoding="ISO-8859-1"?>

Roman

Chuck Amadi wrote:

> Hi I hope I can ask this question here !!Plz Xindice help
>
> I'm running a ant build that utilise's htm--tidy , Xalan parser and
> sdocbook .
>
> I am able to transform html content pages to xml (xhtml) content pages.
>
> I have a problem with the build File -  Character Conversion error;
>
> "Unconvertible UTF-8 Character beginning with Oxa3"  (line number may be
> low)
>
> I have checked my Char entiities ie £ @ and & and amended as neccessary
>  can't susss out this Oxa3
>
> I have broken my elements down and it works fine anyone what this
> Unconvertible UTF-8 Character beginning with Oxa3" is
>
> --
> Regards
> Chuck Robert Amadi
> ICT Dept Systems Programmer.
> Rhaglenydd Systemau Adran ICT.
> Power too deliver.
> Y gallu i y Dosbarthu.
>
> Before you criticize someone,
> you should walk a mile in their shoes.
> That way, when you criticize them,
> you're a mile away, and you have their shoes.