Files
openide/plugins/htmltools/testData/highlighting/XIncludeHRef.xhtml
Piotr Tomiak fd5710e37e WEB-59095 Open source HTML Tools plugin
GitOrigin-RevId: 9dfe3826d3acc25091af745f85fbe14826d9921f
2023-01-23 18:07:20 +00:00

16 lines
592 B
HTML

<?xml version="1.0" encoding="windows-1251"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"
xmlns:xi="http://www.w3.org/2001/XInclude">
<head>
<title>Page title</title>
<xi:include href="<warning descr="Cannot resolve file 'x-head.html'">x-head.html</warning>" xpointer="xpointer(/head/*|/head/text()|/head/comment())"/>
</head>
<body>
<xi:include href="XIncludeHRef.xhtml" xpointer="xpointer(//*[@*='b-head'])"/>
<form action=""/>
</body>
</html>