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 Mike Lewis 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. rpaquixote

    XPATH: Hot to convert $XX,XXX to number to filter with xpath

    Figured it out: string xpath = "//models/model[translate(price, \"$,\", \"\")>45000]";
  2. rpaquixote

    XPATH: Hot to convert $XX,XXX to number to filter with xpath

    I have an xml doc formatted as follows: <models> <model> <name>model 1</name> <price>$20,000</price> </model> <model> <name>model 2</name> <price>$50,000</price> </model> </models> I need to get all nodes greater than $45,000. I...

Part and Inventory Search

Back
Top