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 Wanet Telecoms Ltd 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: *

  • Users: sianmace
  • Content: Threads
  • Order by date
  1. sianmace

    Hyperlink Display Text

    I have a hyperlink column in a table I would like to be able to enter a code in to the field, ex. T12345 and then when the hyperlink is clicked, it navigate to G:/Path/T12345.pdf Now, i dont want to see G:/Path/T12345.pdf in the column. I know that i can change the Display Text of the...
  2. sianmace

    XslTransform The remote server returned an error (401) Unauthorized

    Hi, I have a c# asp.net solution. Im trying to xml from a string, xsl from a file, and transform them and get the output. My website is running under windows intergrated security. This is where im falling down. XslTransform xsl = new XslTransform()...
  3. sianmace

    Move one element down one level

    Hi, I would like to Move one element down a level, and removing it from its original location, and making another copy further down. Heres what i have XML <ItemSearchResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OperationRequest...
  4. sianmace

    copying all elements using xsl and renaming specific nodes

    I have a document from Amazon wich is massive and has the same names for elements under different branches of the tree. ie <item> <smallimage> <height units=""></height> </smallimage> <largeimage> <height units=""></height> </largeImage> .net cannot deal with this in a dataset as it needs...
  5. sianmace

    Biztalk Mapper Not Conforming To Output Specification

    I have an input xml specification and an output specification. they both are basically the same but i split a couple of fields on the way. and i use the Mapper to do this. my specifications all work well and validate as they should my xml is as follows root GoodsIN somedata...

Part and Inventory Search

Back
Top