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 SkipVought 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. MehmetAli

    Reading from two DB tables that are related - Yes, it IS an XML thread

    Hello Everyone, Here is my problem. I have an XML file that has the following structure (it looks a bit long, but bear with me, please): <Root> <Manufacturer> <Results> <Row> <ProductId>1</ProductId> <ManufacturerID>ManID1</ManufacturerID> </Row> <Row>...
  2. MehmetAli

    xsl:for-each... help needed

    Thanks everyone, @Sethu27 Your code solved my problem. Thanks a million.
  3. MehmetAli

    xsl:for-each... help needed

    This is exactly what I am trying to achieve. If there were a limited number of <Names> and <Categories>, it would be as simple as writing the exact position number for each of these elements. But we are talking about hundreds of names and categories, so the question is how do I manage to...
  4. MehmetAli

    xsl:for-each... help needed

    Hello Everyone, I am trying to convert an xml file that looks like this: <fields> <Table1> <Name>Company01</Name> <Name>Company02</Name> <Name>Company03</Name> .... <Name>Company_n</Name> </Table1> <Table2> <Category>A</Category> <Category>B</Category>...

Part and Inventory Search

Back
Top