Skip to main content

Hi all,

 

Is there any place where I can find an XML Tag Library with tags for conditionals or repeats. Please see the example below:

 

CONDITIONAL

<# <Conditional Select="//FIELD NAME" Match="Yes"/>#>

<# <EndConditional/> #>

TABLE COUNT CONDITIONAL

<# <Conditional Test="count(//TABLE NAME)=><NUMBER "/>#>

<# <EndConditional/> #>

REPEAT TABLE

<# <Repeat Select=”//TABLE NAME” Optional="true"/> #>

<# <EndRepeat/> #>

REPEAT ALL TABLE EXCEPT THE LAST ELEMENT

<# <Repeat Select="//TABLE NAMEEposition() < last()]" Optional="true"/> #>

<# <EndRepeat/> #>

SHOW LAST ELEMENT ON A TABLE

<# <Content Select="//TABLE NAMEElast()]/COLUMN NAME" Optional="true"/> #>

 

Thank you

Be the first to reply!

Reply