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

Why is the > symbol a reserved character?

  • From: "Costello, Roger L." <costello@mitre.org>
  • To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
  • Date: Fri, 9 Jul 2010 08:42:43 -0400

Why is the > symbol a reserved character?
Hi Folks,

1. I understand why the < symbol in this element's data could confuse an XML Parser --

     <equation>if A < B then</equation>

-- and therefore it must be escaped:

     <equation>if A &lt; B then</equation>


2. I understand why the & symbol in this element's data could confuse an XML Parser --

     <Publisher>Harper & Row</Publisher>

-- and therefore it must be escaped:

     <Publisher>Harper &amp; Row</Publisher>


3. I understand why the ' symbol in this attribute's data could confuse an XML Parser --

     <House color='It's red!'>

-- and therefore it must be escaped:

     <House color='It&apos;s red!'>


4. I understand why the " symbol in this attribute's data could confuse an XML Parser --

     <House description="He said: "Wow!"">

-- and therefore it must be escaped:

     <House description="He said: &quot;Wow!&quot;">


5. I am unable to think of an example in which the > symbol could confuse an XML Parser. Would you provide an example please?

/Roger


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.