Subject: Re: patterns and multiple namespaces
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 29 Sep 1999 14:11:53 +0100 (BST)
|
> Is there a more elegant solution that I've missed?
there are solutions short of using three stylesheets but none are very
nice.
eg replace
match="h1" by
match="*[name(.)='h1' and (starts-with(namespace(.),$html-common-part))]"
in all patterns of the stylesheet.
> Does the spec need revision to accomodate this? Or are we just stuck?
XHTML isn't a REC yet. There is still time to complain.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|