Re: <XML:SCRIPT>

W. Eliot Kimber (eliot@isogen.com)
Sun, 12 Jul 1998 11:21:27 -0500


At 03:09 PM 7/12/98 UT, Simon St.Laurent wrote:
>> <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.

You can always put them inside a CDATA marked section or escape the markup
characters--that's normal XML stuff. You can also put the script outside
the document in a data entity or use something like Action Sheets.

Cheers,

E.

--
<Address HyTime=bibloc>
W. Eliot Kimber, Senior Consulting SGML Engineer
ISOGEN International Corp.
2200 N. Lamar St., Suite 230, Dallas, TX 75202.  214.953.0004
www.isogen.com
</Address>