gecko-dev/dom/xml/resources/XMLPrettyPrint.xml

26 строки
762 B
XML
Исходник Обычный вид История

2002-09-04 11:26:02 +04:00
<?xml version="1.0"?>
2012-05-21 15:12:37 +04:00
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
2002-09-04 11:26:02 +04:00
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/1999/xhtml">
<binding id="prettyprint" bindToUntrustedContent="true">
2002-09-04 11:26:02 +04:00
<content><html:div id="top"/>
<html:span style="display: none;"><children/></html:span>
2002-09-04 11:26:02 +04:00
</content>
<handlers>
<handler event="prettyprint-dom-created" allowuntrusted="false">
<![CDATA[
document.getAnonymousNodes(this).item(0).appendChild(event.detail);
]]>
</handler>
</handlers>
2002-09-04 11:26:02 +04:00
</binding>
2002-09-04 11:26:02 +04:00
</bindings>