So, I implemented following ...
why still matching on VisualObject rather than use the much simpler (and
working) suggestion of matching on
VisualObject[(_at_)xsi:type='CBarCode']/FontFace" ?
But, to use those string functions I need to add a another NameSpace
xmlns:xsi="http://www.w3.org/2005/02/xpath-functions"
No you don't need to declare that namespace (you can call the function
as matches() rather than fn:matches()) but it is an XPath 2 function, so
only usable in XSLT 2, and you stated you need XSLT 1.
Since I already have one how I put another one there...??
You can declare any number of namespaces on an element, but that would
not help you in this case.
David
--~------------------------------------------------------------------
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>
--~--