call-template

R

Rob Blitz

I'm getting an error when I try to load an infopath form that uses an XSLT
call-template tag (which I added.) Are there only certain XSLT features that
will work in InfoPath? If so, is it documented somewhere?
 
S

Steve van Dongen [MSFT]

I'm getting an error when I try to load an infopath form that uses an XSLT
call-template tag (which I added.) Are there only certain XSLT features that
will work in InfoPath? If so, is it documented somewhere?

The runtime supports everything but the design mode does not. I don't
know if the limitations are documented anywhere but if it's anywhere
it should be in the SDK.

Search groups.google.com for the keyword "xd:preserve" for details on
how to handle XSL that isn't supported by design mode.

Regards,
Steve
 
Top