Re: [Xsltforms-support] XF not rendering (v1.6)
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2022-10-07 13:47:24
|
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Robert, </div> <div class="default-style"> </div> <div class="default-style"> The attributes @repeat-* are not yet supported in XSLTForms 1.6. </div> <div class="default-style"> </div> <div class="default-style"> As a workaround, it is possible to use xforms:repeat controls and DIV elements instead, with display set to table, table-row or table-cell. </div> <div class="default-style"> </div> <div class="default-style"> Concerning your example, the XPath expression "game/row" is not returning any node because the evaluation context is "game". </div> <div class="default-style"> </div> <div class="default-style"> Best regards, </div> <div class="default-style"> </div> <div class="default-style"> --Alain </div> <blockquote type="cite"> <div> Le 27/09/2022 16:44 CEST, Robert Kirkpatrick <ro...@er...> a écrit : </div> <div> </div> <div> </div> <div dir="ltr"> The attached sample does not process xf tags: repeat ignored, empty submit button. <div> </div> <div> I include the xslt result caught by Chrome. It seems that some generated scripts are missing (by comparison to agencexml <em>hello world</em>). </div> <div> </div> <div> TIA, </div> <div> Robert. </div> </div> _______________________________________________ Xsltforms-support mailing list Xsl...@li... https://lists.sourceforge.net/lists/listinfo/xsltforms-support </blockquote> </body> </html> |