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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Kingspice

    Passing Param to PHP Functions

    Hi there, I am calling a PHP from my XSL stylesheet e,g: <xsl:value-of select="php:function('getFileTypes', . )" /> However, the node being passed is always passed as an array with a length of one to the PHP function. Is it not possible to pass DOMElement's/Nodes to a function? Thanks
  2. Kingspice

    Case Insensitive Search in XPath 1.0

    thanks a lot, didn't think of that solution :)
  3. Kingspice

    Case Insensitive Search in XPath 1.0

    Hi, I want to do a Xpath query e.g.: <xsl:for-each select="/library/authors/author[contains(lastname,$author)]"> but want it to be a case-insensitive. I know in Xpath 2.0 there is a lower-case function but is there anyway of achieving the same desired effect using Xpath 1.0? Thanks Gareth
  4. Kingspice

    Using XPath 2.0

    Hi, As I am simply using an .xml/.xslt file setup, would it be the xslt engine of internet explorer that would need updating? Thanks
  5. Kingspice

    Using XPath 2.0

    Hi there, Whenever I use an Xpath 2.0 function I get an error saying it isn't a supported function. How do I use Xpath 2.0 functions, do I need to reference some namespace or update something on apache etc? Thanks

Part and Inventory Search

Back
Top