[Home] [By Thread] [By Date] [Recent Entries]
Michael Daniloff wrote:
But, today I discovered that the source can also contain o:OLEObject element instead of w:OLEObject You can remove *any* xxx:OLEObject with the following throw-away template: <xsl:template match="*[local-name(.) = 'OLEObject']" /> Or (but not sure if this was newly added in XSLT 2.0, so try it out, if you get an error use local-name instead) <xsl:template match="*:OLEObject" /> Or, if you want to be specific: <xsl:template match="w:OLEObject | o:OLEObject" />
|

Cart



