Questions tagged [biztalk-mapper]

A component of Microsoft BizTalk Server allowing the creation of maps (XSLT) in a graphical environment

A component of Microsoft BizTalk Server allowing the creation of maps (XSLT) in a graphical environment

197 questions
-1
votes
1 answer

How to get the count of a repeating Node in Biztalk Mapping?

I have an XML schema where there is a repeating inner node. There is a possibility that the Inner Node count can be 0. If the inner node value is not passed in the XML file, it is throwing a mapping exception. I need the count of inner node and map…
Red Devil
  • 45
  • 3
  • 7
-2
votes
2 answers

Put JavaScript variable into PHP with AJAX?

Here's a some of my JavaScript function myFunction() { var finalMove = "a1"; $.post("index.php", {postFinalMove:finalMove}); ]; Here is my PHP code. The commented lines are just two of the things I've tried.
Jacobjanak
  • 307
  • 1
  • 2
  • 10
1 2 3
13
14