<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi Folks,<br></div><div><br></div><div>I have pretty much succesfully imported XTreams and the XML-Parser stuff to Squeak 6alpha. from Squeak5.3<br></div><div><br></div><div>Some SUnit tests from my project on 5.3 , now ported to 6.0alpha are failing for the following reason.<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>(XMLElement name:'br' ) printString '<br/>'<br></div><div>vs<br></div><div>(XMLElement name:'br' ) printString '<br />'<br></div></div></blockquote><div>Notice the latter one inserts an extra space after the 'br'...that is the behavior on my 6.0.<br></div><div><br></div><div><br></div><div>Checking the Monticello, the 6.0 </div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>XML-Parser (monty.428)<br></div></blockquote><div><br></div><div>while the 5.3 is<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>XML-Parser (monty.428 , ul.44)<br></div></blockquote><div><br></div><div><br></div><div>So, presumably having the extra ul.44 removes the space, but I have no idea what the ul.44 is, why it is there, how it got there....yada,yada,yada.<br></div><div>Being new to this, who knows how I managed that.  <br></div><div><br></div><div><br></div><div>before I mailed this, I checked at the w3 schools on the <br> tag and it asserts it should not have the slash in it. w3 schools is not the xHTML standard, so this may or may not be true.<br></div><div><br></div><div><br></div><div>FWIW, the <br/> stuff works fine for me as does the <br />, but I do not know if it will cause problems when I move on to XPath stuff later on the resulting xHTML docs.<br></div><div><br></div><div>Which should I use? <br></div><div><br></div><div>Should I bring in the ul.44? and how do I do that?<br></div><div>Should I revise my tests (there are not too many) to insert that extra space.<br></div><div><br></div><div><br></div><div>thank you for your time.<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br></body></html>