Hi ryantxr,
The way it was described to me is:
- insert will replace the contents of a node with the newly provided text
- replace will replace the entire node, not just the contents
Looking at the yml:form tag, yes that is essentially what they should be.
Jonathan LeBlanc
Senior Software Engineer
Yahoo! Developer Network
The description for attributes replace and insert are identical in the yml:a documentation. I suspect the explanations under yml:form are the correct ones. Please confirm.