blob: 4030307b1ee740533a66c17031a5359ea9cd55b5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script type="application/its+xml">
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
<its:param name="idvalueparam">text</its:param>
<its:idValueRule selector="//h:p" idValue="@id"/>
<its:idValueRule selector="//h:b[@id=$idvalueparam]" idValue="@id"/>
<its:idValueRule selector="//h:var" idValue="@id"/>
</its:rules>
</script>
<meta charset=utf-8>
<title>Id Value</title>
</head>
<body>
<p id="settingsMissing">
<b id="text">Can't find settings file.</b>
<var id="desc">The module cannot find the default settings file.
You need to re-initialize the system.</var>
</p>
</body>
</html>