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
Remove empty <xi:fallback/> from skeletons and docgen
Empty xi:fallback elements silently swallow XInclude failures.
Removing them ensures missing includes surface as errors
instead of being ignored. Relates to #199.
<xi:includexpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.parentclass')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
64
-
<xi:fallback/>
65
-
</xi:include>
63
+
<xi:includexpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.parentclass')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))"/>
66
64
67
65
<!-- Edit the classname below and ClassName in the @role='ClassName' XPath query -->
0 commit comments