Subject: Re: Having a stylesheet process xsd:/wsdl: imported/included XML elements
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Mon, 10 Mar 2008 19:36:44 +0100 (CET)
|
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.
I would typically create a pipeline the first pass of which would
create a document where all includes/imports have been resolved. Then
you can focus in the subsequent pass(es) on the business logic of
transforming a document that is complete by itself.
Take care to use the base URI of the element that contains a
reference (for instance the base URI of xs:import for
xs:import/@schemaLocation).
Regards,
--drkm
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
|