- From: Christopher R. Maden <crm@ebt.com>
- Date: Thu, 30 Jan 1997 17:18:19 GMT
- To: w3c-sgml-wg@www10.w3.org
[Len Bullard] > Will the following example be koscher XML? No - it's not well-formed. > <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> Assuming <head> and <html> were closed properly, there is a <p> opened within <server> that was not closed. I think that what is desired is: <server><![CDATA[write("<p>...")]]></server> -Chris -- Christopher R. Maden One Richmond Square DynaText SIT Technical Support Providence, RI 02906 USA Inso Corporation +1.401.421.9550 (voice) Electronic Publishing Solutions +1.401.521.2030 (facsimile)
Received on Thursday, 30 January 1997 12:31:38 UTC