Home | History | Annotate | Download | only in test

Lines Matching refs:href

1267   <xi:include href="disclaimer.xml"/>
1284 <xi:include href="count.txt" parse="text"/> times.</p>
1294 <xi:include href="count.txt" parse="text"/> times.</p>
1302 <example><xi:include href="data.xml" parse="text"/></example>
1316 <xi:include href="example.txt" parse="text">
1318 <xi:include href="fallback-example.txt" parse="text">
1319 <xi:fallback><a href="mailto:bob@example.org">Report error</a></xi:fallback>
1330 <xi:include href="{}"/>
1334 def xinclude_loader(href, parse="xml", encoding=None):
1336 data = XINCLUDE[href]
1433 <xi:include href="disclaimer.xml" parse="BAD_TYPE"/>
1450 >>> def none_loader(href, parser, encoding=None):