DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41481>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41481





------- Additional Comments From [EMAIL PROTECTED]  2007-01-29 14:23 -------
When I run your example under Tomcat 5.5/JDK 1.5 and the latest source I get:

  Horror novel
  <ul>    
      <li>This</li>    
  </ul>
  Sci-Fi novel
  <ul>    
      <li>Robots</li>    
      <li>The Moon is a Hashes Mistress</li>    
      <li>Spaceship Tropper</li>    
  </ul>

I had to change the namespace declarations to:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>
<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"; %>

as that's how I have things setup. So looks like it's environment based.

Which JVM version are you on? Is Websphere 6 still 1.3 based? Or is that a 1.4
based one?

The getDTMHandlerFromNode method is in the XPathContext class from Xalan. I'm
using Xalan 2.7.0 for my testing. Any idea what version you or Websphere are 
using? 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to