Subject: Having a stylesheet process xsd:/wsdl: imported/included XML elements
From: Glen Mazza <glen.mazza@xxxxxxxxx>
Date: Mon, 10 Mar 2008 14:28:54 -0400
|
resending...
Hello,
I would like to use XSLT to document Web Service WSDL files (into HTML
or XSL FO), but am unsure if XSLT can work with XSD
imports/includes[1] and WSDL imports/includes[2] that a WSDL file can
have. These imports and includes bring in other parts of the
"complete" WSDL that should also be documented. Is there a way, with
XSLT 1.0 or 2.0, to have the stylesheet processor be able to process
XML nodes present in any imported/included files in the source document?
Thanks,
Glen
[1]
http://www-128.ibm.com/developerworks/xml/library/ws-tip-imports.html
(listing #2 and #3)
[2]
http://www-128.ibm.com/developerworks/xml/library/ws-tip-imports.html
(listing #4 and #5)
|