You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Power Pages documentation says that any fetchXML used in liquid on portals should not use self-closing tags:
When using fetchxml to query data, ensure you don't use self-closing tags. For example, instead of <attribute name="title"/>, use <attribute name="title"></attribute> with explicit closure tag .
Thanks, that documentation seems a bit off to me...
Self-closing is a standard XML format. I'll contact MS to find out why Liquid doesn't fully support XML.
Hi Jonas,
Power Pages documentation says that any fetchXML used in liquid on portals should not use self-closing tags:
https://learn.microsoft.com/en-us/power-pages/configure/liquid/template-tags#fetchxml
Would it be possible to add a flag to FetchXMLBuilder so that we can pick between self-closing tags and explicit closing tags?
Thanks,
Tom
The text was updated successfully, but these errors were encountered: