DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9146>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9146 xml-xsl transformation bug ------- Additional Comments From [EMAIL PROTECTED] 2002-05-20 14:32 ------- thanks joe for responding. Basically the problem was i was not able to apply xsl transformation to xml DOM. (ESPECIALLY in case i build XSL DOMSource from <xsl:stylesheet> node. but if i create Document out of it it works fine) i concluded one thing that transform() method is capable of applying style to xml source if xsl source is document ONLY. now i would like to know if it is capable of applying xsl transformation if xsl DOMSource is built from <xsl:stylesheet> node (using DOMSource ds=new DOMSource (stylerootnode)). (i have also used processFromNode() method with no success). in .NET platform XML API it is possible to apply style using reference to <xsl:stylesheet>. hope you got my problem now.
