xsl-list
[Top] [All Lists]

RE: Getting a partial xsd Schema with XSLT

2006-02-14 05:34:24
This kind of problem, which essentially involves finding the transitive
closure of relationships in a graph, is going to be vastly easier in XSLT
2.0, so I suggest you try and remove that constraint. There are examples of
similar problems in my XSLT 2.0 book. Someone raised a similar (but easier)
problem involving transformations applied to schemas on xmlschema-dev this
morning.

Michael Kay
http://www.saxonica.com/


-----Original Message-----
From: Juan Pablo Ramïrez Pïrez [mailto:silverfox(_at_)inicia(_dot_)es] 
Sent: 14 February 2006 11:32
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Getting a partial xsd Schema with XSLT

Hello all.

I am working in a xslt sheet in order to transform a XSD Schema.
This Schema contains many elements, selecting one of them, I 
must copy only
it's sub-tree and all related global nodes (elements, types...).
The result must be a valid schema which contains selected 
element and all
it's related nodes.

I have no problems copying the sub-tree, but I'm confused 
about how can
I copy related global nodes and maintain structure of my schema.

I'm looking for any tips in forums and www, but I can't found 
anything.

Note: I can't use XSLT 2.0. 

Any help would be appreciated.

Thankyou very much.
Regards


Juan Pablo Ramírez

¿Quieres sacar el máximo a tu conexión Tiscali?

Toda la información sobre como configurar tu conexión
en nuestra sección de Ayuda.
http://ayuda.tiscali.es/ayuda




--~------------------------------------------------------------------
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>
--~--





--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>