Home | History | Annotate | Download | only in test

Lines Matching refs:href

1253   <xi:include href="disclaimer.xml"/>

1270 <xi:include href="count.txt" parse="text"/> times.</p>
1280 <xi:include href="count.txt" parse="text"/> times.</p>
1288 <example><xi:include href="data.xml" parse="text"/></example>
1302 <xi:include href="example.txt" parse="text">
1304 <xi:include href="fallback-example.txt" parse="text">
1305 <xi:fallback><a href="mailto:bob@example.org">Report error</a></xi:fallback>
1316 <xi:include href="{}"/>
1320 def xinclude_loader(href, parse="xml", encoding=None):
1322 data = XINCLUDE[href]
1419 <xi:include href="disclaimer.xml" parse="BAD_TYPE"/>
1436 >>> def none_loader(href, parser, encoding=None):