Re: Sample Question

W. Eliot Kimber wrote:
> 
> At 10:36 AM 1/30/97 -0600, Len Bullard wrote:
> >Will the following example be koscher XML?
> >
> ><HTML>
> ><HEAD>
> ><TITLE>Hello World</TITLE>
> >.
> >.
> ><P>Your IP address is <SERVER>write(request.ip)</SERVER>
> ><SERVER>write("<p>Last time your were " + client.oldname + ".")</SERVER>
> 
> No (because <p> tag is not closed).  But this would be:
> 
> <P>Your IP address is <SERVER>write(request.ip)</SERVER>
> <SERVER>write(
> <![CDATA["<p>Last time your were " + client.oldname + "."]])</SERVER>

Yep.  Now, what is the short sweet clear language that tells 
the executive why he must require his programmers or IS specialists 
to switch to this when what they have looks a lot like this 
and is working?  What do we say when he says, "But my browser 
vendor says this is 'stupid', slows down the system, and they 
will never support it"?  How do we convince him that it is 
worth the extra money and considerable risk to move off of 
working platforms onto other platforms just to get closed 
tags, obscure syntax, and fatter files?

Not kidding. That example above goes to the heart of what XML does and 
can bring to the party, and the mood of the host.

len

Received on Thursday, 30 January 1997 14:41:41 UTC