Spørgsmål How is this Body XPath created?

  • 2011年10月22日 8:17
     
     

    Hi,

    I have a problem that how I can create a body xpath in VS2008 like the following format:
    <appinfo>
      <recordInfo body_xpath="there is sample code" xmlns="http://schemas.microsoft.com/BizTalk/2003" />
    </appinfo>

    while the following body xpath is created by me,that is different from the above.
    <appinfo>
      <b:recordInfo body_xpath="there is sample code" />
    </appinfo>

    less: [xmlns="http://schemas.microsoft.com/BizTalk/2003"]
    more: [b:]

    Can somebody tell me something ?
    thank you very much!

全部回复

  • 2011年10月24日 9:25
     
     

     you can create your xml,then use biztalk tool to create the shema.

    you can conform the shema with your created shema .


    Good Good Study Day Day Up
  • 2012年1月8日 15:14
     
     

    xmlns means the "XML namespace", so if the element have the name space ,you need add the namespace in the xpath or use the Local-Name() xpath functions.