BizTalk Schema Special Charcter Node Name issue

Home Page Forums BizTalk 2004 – BizTalk 2010 BizTalk Schema Special Charcter Node Name issue

Viewing 1 reply thread
  • Author
    Posts
    • #17370

      Hi,

      I generated a schema from SQL Adapter.

      My Table name @Emp (i need to keep this @ symbol…)

      when i am trying to process the map, Biztalk error  @Emp node name error.

      i know biztalk schema not allows special charecters as a node name…how to resolve this issue.

      i tried adding this in the schema, i can't open xsd….not accepting added elements

            <xs:restriction base="xs:Name">

      <pattern value="[^`~!@#$%^&amp;*()+=\[\]{}\|;'&quot;&gt;&lt;,\?\\]+" />

         </xs:restriction>

      Any help appreciated…

      Thanks

      R-

       

    • #17383

      I’m guessing @ is not a valid character for an XML node name.  Not sure what you can do for this one.  Could always do some type of find and replace inside the pipeline before / after you send it outside of BizTalk.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.