You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
376 B
14 lines
376 B
<?xml version="1.0" encoding="UTF-8" ?> |
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
|
<head> |
|
<title>Test dojo.query() on XHTML/XML doc</title> |
|
<script src="../../../dojo.js" data-dojo-config="async: true, isDebug: true"> |
|
</script> |
|
<script type="text/javascript"> |
|
var query; |
|
</script> |
|
</head> |
|
<body> |
|
<p id="test"></p> |
|
</body> |
|
</html> |