Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Insert excerpt
gmplPatternsStatement
gmplPatternsStatement


Limitations of pattern strings

Generally speaking, pattern strings relate individual elemental operations in the source code to corresponding individual elemental operations in the target code.  In some cases, you may have to author more complex target forms.  It may be difficult to do this in general, but it can work out well if the source and target operations closely follow consistent conventions.  Consider for example is from the MSXML upgrade rules.  This is not a general pattern, it will work some of the time, but not always.

...

If more complex or dynamic transformations are required, you will typically have to use dynamic translation rules built with gmSL or gmAPI as discussed elsewhere in this site.

See Also