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 chandimapa

  1. chandimapa

    How to create structured tags in XML schema?

    Hi there, I have an XML file with a grouped <employee> tags like, <employee> <employeename>John</employeename> <employeename>Dave</employeename> </employee> I want to structure above xml file to be like this <employee> <employeename>John</employeename> </employee> <employee>...
  2. chandimapa

    How to compose an xml file using a schema ?

    Hi there, I have a database table and a schema, I want to compose an XML file. How do I do that in SQL Server 2005? Please point me to some expels and/or tutorials on this. SQL Server 2K has XML composing capabilities, for example, you can create XML by using XPath queries or using MSXML...

Part and Inventory Search

Back
Top