xsl-list
[Top] [All Lists]

Re: [xsl] Having a stylesheet process xsd:/wsdl: imported/included XML elements

2008-03-10 11:29:26
Glen Mazza wrote:

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

Use the XSLT document function to pull in the referenced documents: <URL:http://www.w3.org/TR/xslt#document>

--

        Martin Honnen
        http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--