Hi,I'm trying to understand the logics of subforms splitting implemented
in Acrobat Reader. Some of my experiments go in contadiction with XFA
spec v3.1. For instance, I wonder why keep intact="contentArea" behaves
as keep intact="none".Here's an axample of code (both template and
dataset description):
PAGE 1 PAGE
2 PAGE 3
From the code above it is clear that
subform "a" should not be splitted into different content areas.
However, Acrobat Reader creates 1 pag...