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

RE: Escape caracters

Subject: RE: Escape caracters
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Thu, 27 May 2004 10:34:58 -0400
xml escape amp
> From: SMITH Neil [mailto:neil.smith@xxxxxxxx] 

> It does look like an entity reference... Even though I didn't 
> find the ones I have on the w3.org website... For example 
> '&#8222;', '&#8220;' or '&quot;'. These values are in the 
> database, but when queried directly from the database and 
> displayed on a web page, they are displayed as 'normal' 
> caracters, but not in the XML document, nore after the 
> parsing to an HTML page. I use XMLSPY to transform XML to 
> HTML. Is there something that has to be specified in the 
> XML/HTML or XSL document to resolve the entity references? 

& q u o t e ; and & a m p ; (spaces added) are built into xml (along
with three others) by its specification and are understood by all xml
parsers. Things like & # 8 2 2 2 ; (which are called "character
references") are also defined by the xml specification.  HTML also
understands them.  So there is nothing special to do.  HTML-specific
entities like & n b s p ; are specific to html and xhtml. 


> I've specified this in my XSL : <META 
> HTTP-EQUIV="Content-Type" CONTENT="text/html; 
> charset=UTF-8"/> This is in my XML : <?xml version="1.0" 
> encoding="UTF-8" standalone="no"?> And this is generated in 
> my HTML page : <?xml version="1.0" encoding="UTF-8"?><META 
> HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"/>
> 
> Does anybody know what could be wrong???


What is it that you think is wrong?

Cheers,

Tom P

Current Thread

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
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.