Regex multiple occurrence search
Here is a task we have very often, multiple occurrence or recurring match, this is made easy by understanding zero width assertion and greedy –lazy matching. Read the rest of this entry »
Web Application Development and Engineering
Here is a task we have very often, multiple occurrence or recurring match, this is made easy by understanding zero width assertion and greedy –lazy matching. Read the rest of this entry »
The reusability of schema can be achieved through schema import and definition of simple and complex types, here is a very simple guide line as how to and what to do in terms of reusable schema design in Biztalk Read the rest of this entry »
Here I am going to show you how to understand a few confusing usages of regex in c#, like double quotes in pattern, find and replace, wrapping up with a real world example of version number replacing in automated build process. Read the rest of this entry »
Node set and result tree fragment are different types, while path evaluation can only be applied on node set, otherwise you will get error message like:
To use a result tree fragment in a path expression
Read the rest of this entry »
When use Microsoft enterprise library, it is likely you will get an error like this Read the rest of this entry »