Home | History | Annotate | Download | only in test

Lines Matching refs:href

1254   <xi:include href="disclaimer.xml"/>
1271 <xi:include href="count.txt" parse="text"/> times.</p>
1281 <xi:include href="count.txt" parse="text"/> times.</p>
1289 <example><xi:include href="data.xml" parse="text"/></example>
1303 <xi:include href="example.txt" parse="text">
1305 <xi:include href="fallback-example.txt" parse="text">
1306 <xi:fallback><a href="mailto:bob@example.org">Report error</a></xi:fallback>
1317 <xi:include href="{}"/>
1321 def xinclude_loader(href, parse="xml", encoding=None):
1323 data = XINCLUDE[href]
1420 <xi:include href="disclaimer.xml" parse="BAD_TYPE"/>
1437 >>> def none_loader(href, parser, encoding=None):