Re: [xsl] Encoding/Entities problems

Subject: Re: [xsl] Encoding/Entities problems
From: "Paulo \(Shape.Tech\)" <paulo@xxxxxxxxx>
Date: Tue, 29 Oct 2002 10:41:12 -0200
Hi mike, wendell and david

i´m using mike´s exemple:

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY % lat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN"
"xhtml-lat1.ent">
<!ENTITY % symbol PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN"
"xhtml-symbol.ent">
<!ENTITY % special PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
"xhtml-special.ent">
%lat1;
%symbol;
%special;
]>

I got the .ent files and they´re saved in my local folder. in the browser
i´m getting this error:

O sistema não pode localizar o objeto especificado.
%lat1;

it means:  the system can´t locate the specified object.  %lat1;


in xml spy when I use the browser view..it works pretty well...but in the
browser doesn´t.


what can be?

[]´s
Paulo



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


Current Thread