Home Page › Forums › BizTalk 2004 – BizTalk 2010 › debatching a schema into xml’s in expression shape › Re: debatching a schema into xml’s in expression shape
March 11, 2009 at 1:39 PM
#21901
so if I do this will it work to get the header record and the element values under it?
Variable_1 = System.Convert.ToString(xpath(SQLMessage, “Count(/*[local-name()=’TEMS_SQL’ and namespace-uri()=’http://TEMSInt.Schemas.TEMS_SQL’%5D/*%5Blocal-name()=’Record’ and namespace-uri()=’http://TEMSInt.Schemas.TEMS_SQL’%5D/*%5Blocal-name()=’Header’ and namespace-uri()=’http://TEMSInt.Schemas.TEMS_SQL’%5D)”));
Thanks