diff options
Diffstat (limited to 'doc/konq-plugins/domtreeviewer/index.docbook')
-rw-r--r-- | doc/konq-plugins/domtreeviewer/index.docbook | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/doc/konq-plugins/domtreeviewer/index.docbook b/doc/konq-plugins/domtreeviewer/index.docbook new file mode 100644 index 0000000..17421b3 --- /dev/null +++ b/doc/konq-plugins/domtreeviewer/index.docbook @@ -0,0 +1,62 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" +"dtd/kdex.dtd" [ +<!ENTITY % addindex "IGNORE"> +<!ENTITY % English "INCLUDE" > <!-- change language only here --> +]> + +<article lang="&language;"> + +<sect1 id="domtreeviewer"> +<sect1info> + +<authorgroup> +<author> +<firstname>Gardner</firstname> +<surname>Bell</surname> +<affiliation><address><email>[email protected]</email></address></affiliation> +</author> + +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<date>2006-02-26</date> +<releaseinfo>3.5.1</releaseinfo> + +<abstract> +<para>The <acronym>DOM</acronym> Tree Viewer allows a developer to view the styles, attributes and elements of a web document.</para> +</abstract> + +<keywordset> +<keyword>KDE</keyword> +<keyword>kdeaddons</keyword> +<keyword>konqueror</keyword> +<keyword>plugins</keyword> +<keyword>DOMTreeViewer</keyword> +</keywordset> + +</sect1info> + +<title>The <acronym>DOM</acronym> Tree Viewer</title> + +<sect2> +<title>Using the <acronym>DOM</acronym> Tree Viewer</title> + +<para>To begin using The <acronym>DOM</acronym> Tree Viewer in &konqueror;, select <menuchoice><guimenu>Tools</guimenu><guimenuitem>Show DOM Tree</guimenuitem></menuchoice>. This will open a new window which displays the <acronym>DOM</acronym> of the current web page you are viewing. By default the display starts at the root node of the document, example: <quote>documentElement</quote>, all other nodes that you will see are children or descendants of the root node.</para> + +<para>If you wish to manipulate the <acronym>DOM</acronym> tree in any way you will have to use an external script to do so.</para> + +</sect2> + +<sect2> +<title>Credits</title> + +<para>The domtreeviewer plugin is Copyright © +2001 The Kafka Team/Andreas Schlapbach + +<email>[email protected]</email> +<email>[email protected]</email></para> +</sect2> + +</sect1> +</article> |