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 dencom 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 buzz1234

  1. buzz1234

    Format and Sort XML with multiple criteria in XSLT

    Hi Everybody, I would like to sort a XML by using multiple criteria. <?xml version="1.0" ?> <Exp xsi:schemaLocation="urn:com:ds:config Exp.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:com:ds:cfg"> <Expression> <Context HolderType="Mod" HolderName="test"> <TreeSeries...
  2. buzz1234

    help for XSL transformation

    thanks a lot for the answer any idea for the second question : with another xsl file I would like to have : Engine,desc V6 Engine; Equipment{desc Basic equipment} | Engine,desc V12 Engine; Equipment{desc Luxe equipment} in that case I would like to by pass EffectivityRef node and its AND...
  3. buzz1234

    help for XSL transformation

    Here is the xml file I have to customize <?xml version="1.0"?> <CfgExpression xsi:schemaLocation="urn:com:das:conf CfgDef.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:com:das:conf"> <Description> <Characteristic Description="desc Equipment" Id="1" Name="Equipment">...

Part and Inventory Search

Back
Top