I have set the TemplatesBuilder to XMLReader and parsed xsl file. Got the
templates from TemplatesBuilder and created new Transformer from Templates.
Created DOM node for an XML document and tried to transform the DOM node
using Transformer.transformNode(Node, Result) method.
Document root along with first level children appeared. Grand children in the tree didn't show up which I get when I use transform(InputSource )
templates from TemplatesBuilder and created new Transformer from Templates.
Created DOM node for an XML document and tried to transform the DOM node
using Transformer.transformNode(Node, Result) method.
Document root along with first level children appeared. Grand children in the tree didn't show up which I get when I use transform(InputSource )