Dunno how big an issue this will be but I've found that a page including input
<textarea name="Comments" rows="10" cols="50" ></textarea>
after getting passed through the numerous XSL transformations, comes out looking like
<textarea name="Comments" rows="10" cols="50" />
... which is sorta correct XML, but renders badly in the browser.
Do I care? A page with forms in will be needing special work anyway. Not something to worry about in a static import
But how many other empty nodes/singletons are gonna break?
I'll find the answer in the XSL-list one day.
Comments
Comment #1
dman commentedMeh