<XML:SCRIPT>

Simon St.Laurent SimonStL at classic.msn.com
Sun Jul 12 17:09:45 BST 1998


W. Eliot Kimber wrote a long time ago:
>This is not true. You can include any kind of data in an XML document,
>including scripting languages. What there is not is a standard or
>convention for interpreting any particular script language. But XML gives
>you everything you need to *declare* the script you're using sufficient to
>allow processing programs to recognize the fact of script use and do
>whatever it is they do.
>[material skipped]
> <?XML version="1.0"?>
> <!DOCTYPE MyDoc [
>  <!NOTATION JavaScript PUBLIC "+//IDN netscape.com//NOTATION Java
>Script//EN" >
> <!-- Script element contains JavaScript code: -->
> <!ELEMENT Script 
>  (#PCDATA)
> >
> <!ATTLIST Script
>    notation
>      NOTATION
>      (JavaScript) JavaScript
> >
> ...
> ]>
> <MyDoc>
>  <Script>This is a JavaScript script</Script>
> </MyDoc>

Erp.  Doesn't this (because of the #PCDATA) still leave out all those scripts 
that use < and > for something other than document markup?  Really 
inconvenient, if so.

Simon St.Laurent
Dynamic HTML: A Primer / XML: A Primer / Cookies


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




More information about the Xml-dev mailing list