Hi, The xml2rfc format has a non-standard inclusion method: it uses <?rfc include="filename"?>, and the processor has a path in which to search for filename.
I'm approximating this with an xslt transform that finds these processing instructions and calls document(filename,.). "." is the node whose base to use when resolving a relative URL; in this case it's the copy of the document that I made for the process with copyDocument - so the include files in the same directory don't make it. Alternately, is there a way to pass %p to a transform? Thanks, Bill

