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 Andrzejek 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: tnse
  • Order by date
  1. tnse

    converting xmldocument into biztalk message

    Hi, I build an orchestration that basically calls a .Net class which is returning an xmldocument. However, I don't know how to convert that xmldocument into a message. Code: browseparam = connectqueue.MQSMessageBrowse("x", "y", "z"); xmldocnew = browseparam.QueueContent; construct xmldoc {...
  2. tnse

    xsl:value-of select=Expression

    This is a part of the desired output: <code> <Line Number=&quot;1&quot;> <ItemNumber Type=&quot;IN&quot;>14X-911-2150</ItemNumber> <ItemNumber Type=&quot;SA&quot;>14X-911-2150</ItemNumber> <ItemDescription>GLASS</ItemDescription> <ItemUnix>PCE</ItemUnix> <Schedule> <Qty...
  3. tnse

    xsl:value-of select=Expression

    Is it possible to make the expression variable and still to retrieve the content of a node? example: xml file1 need to be transformed to another xml file2. file1 contains a repeating part (messagedetail) <code> <messagedetail> <LITNOrder_qty_1>0</LITNOrder_qty_1>...

Part and Inventory Search

Back
Top