Extracting all AssociatedStylesheets from XML document.
Please register to reply
Added by William You about 12 years ago
Hello,
I know I can get a named Source returned using the getAssociatedStylesheet() factory method but that assumes I know what I am looking for! Is it possible to get a list of all xml-stylesheet PIs in a document without using XPath?
/processing-instruction('xml-stylesheet')
-- William
Please register to reply