XML & XSL = HTML (well sort of)

wxdqz

New Member
I'm having a bit of a problem generating tables using XML & XSL. I get myXML from the ADO 2.5 recordset and I'm trying to generate an HTML table.Everything works fine except, empty when the recordset returns null valuesin the result set. This means that my <TD> elements are generate as <TD></TD>and so don't appear with cell borders in the browser. I think I need atleast a non-breaking space between the cell but my XSL parser (MS DOM) complains.Does any know how to get XSL to insert a &nbsp;Thanksrob.
 
Back
Top