[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 EST
This archive was generated by hypermail pre-2.1.9 : Wednesday, 24 September 2003 10:03:57 EDT