I don't what it to distinguish between <C/> and <C></C>. What I was trying to explain was, that if have code like this:
Element c = document.createElement("C");
Text empty = document.createTextNode("");
c.appendChild(empty);This can in some cases (I'm trying to isolate a reproducible one), produce some unexpected results when transformed with XSLTC (but NOT with Xalan), as explained in my first email. (If I leave the text node out, it works as expected).
Anders
Joseph Kesselman wrote:
The XPath data model does not distinguish <C/> from <C></C>, I'm afraid. There is no such thing as an empty text node when running Xalan.
______________________________________ Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more. "The world changed profoundly and unpredictably the day Tim Berners Lee got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
