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

Re: Scripting and XML

  • From: "Rick Jelliffe" <ricko@a...>
  • To: "Simon St.Laurent" <SimonStL@c...>, "Xml-Dev (E-mail)" <xml-dev@i...>
  • Date: Mon, 20 Oct 1997 03:41:02 +1000

xml redefine start tag delimiter
 
> From: Simon St.Laurent <SimonStL@c...>
 
> >Well, it would if the SGML CDATA element idea actually worked.  But it
> >doesn't, because the contents of a CDATA element are terminated by
> >any <, or is it </, I forget at the moment, but anyhow, you can't,
> >in practical terms, use CDATA elements for anything useful.  If you
> >could, they'd be in XML.  (Tim)
> 
> What were they thinking?  

The CDATA idea does work for what it is intended to be used for.
Text with no subelements, entity references or other markup. 

In default SGML, a CDATA element's data is terminated by "</" 
followed by any valid name start character (or the end of the
entity). In XML, there is no name-start checking and every 
start-tag must have a corresponding end-tag.

In SGML, if you wanted to, you could redefine "</" to some longer 
delimiter you were sure did not appear in your data, but then 
you would have to use it everywhere.   In XML, there is no
delimiter remapping.

In SGML, you can use the Markup Suppression Open character, 
which turns off all recognition until the
Markup Suppression Close character is found. These characters
are typically in the control character range.  It does not let
you markup binary (if that binary uses the markup suppression close
character), but it works fine for text.  In XML, there is no
mechanism for suppressing the recognition of markup. 

If you really want to have a file with raw binary and text together,
then why not use MIME multipart and XLL pointers to the parts?  

> >XML piggybacks everything on top of element structure. (Rick)
> 
> So did HTML, creating this problem.  

SGML piggybacks PIs on top of element structure because

1) It is not a programming language but a markup language.

2) Previous systems that did embed data inside programming
constructs failed to scale or to be readily adaptable to
different uses and media.  



Rick Jelliffe

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


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.