From: Garth D. <ga...@ut...> - 2003-02-15 06:55:46
|
Built it on my linux box (1.3.1) and used this for my test case: <HTML> <HEAD> <TITLE id="title">Hello, World</TITLE> </HEAD> <BODY BGCOLOR=#FFFFFF TEXT="#000000"> <H1>Hello, World</H1> <SPAN id="para1">This is a text of XMLC, showing how one can change text located in SPAN tags. Text outside of those tags and not within another tag with an id attribute cannot be changed. </BODY> Got the following cool error message: Kind Status Priority Description Resource In Folder Location Warning missing </span> before </body> badhello.html test/xmlc line 14 Good stuff! On Fri, 14 Feb 2003 21:10:49 -0500 David Corbin wrote: > FYI - I've taken a first cut at integrated errors. There are some > aspects that are still not working correctly, but I think it's usable. > It's in CVS if you want to play with it. > |