Project

Profile

Help

Extracting all AssociatedStylesheets from XML document.

Added by William You over 11 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