Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by KWhy21

  1. KWhy21

    Cannot use tokenize function, help!!

    I've also attempted to declare an xpath functions namespace: <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fn="http://www.w3.org/2005/02/xpath-functions"> and reference the function like this: <xsl:variable name="tokenizedSample"...
  2. KWhy21

    Cannot use tokenize function, help!!

    I'm declaring the xsl 2 namespace like so: <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> and trying to reference the tokenize function here: <xsl:variable name="tokenizedSample" select="tokenize(Split,',')" /> and I keep getting this error: msxml3.dll error...

Part and Inventory Search

Back
Top