How to get the XSL file name from DOM tree, using Xerces API?

DOMParser parser = new DOMParser();
Document doc=parser.getDocument();

Reply via email to