conditional xsl:import ?
Posted: Tue May 16, 2006 11:03 am
Hi.Is it possible to dosomething like this:
I recive an xml which can have 14 different structures. Structure version is defined in a first node of xml. I immagined to do a "master" xslt file with case clause which would decide on a "xml structure version node" which "slave" xslt to use. I thougt to use imports but xsl:apply-imports does not accepts any Attributes (such as filename
)
thanks for help, peter
I recive an xml which can have 14 different structures. Structure version is defined in a first node of xml. I immagined to do a "master" xslt file with case clause which would decide on a "xml structure version node" which "slave" xslt to use. I thougt to use imports but xsl:apply-imports does not accepts any Attributes (such as filename

thanks for help, peter