A-B merge help needed

J

joe

I am trying to do the simplest of A-B merges of repeating tables. Each
form has a repeating element. "description" in form 1, and "notes" in
form 2. I am trying to create a merge such that the description items
are merged into the notes section of form 2. Why can I not make this
work? The most frequent error I get is the XSL is not valid error.
None of the SDK code examples help- I am mostly working from the
"Enable custom merge" article. Any assistance would be most
appreciated. Here is the code from my XSL:
<xsl:template match="b:/my:description">
<a:notes agg:select="/my:myFields/my:notes"
agg:action="insert">
<xsl:value-of select="."/>
</a:notes>
</xsl:template>
this is straight out of the MSDN article, and I have triple checked the
other factors. What am I missing? Am I referencing my schema fields
wrong? TIA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top