diff options
Diffstat (limited to 'tde-i18n-da/docs/tdewebdev/kxsldbg/index.docbook')
-rw-r--r-- | tde-i18n-da/docs/tdewebdev/kxsldbg/index.docbook | 112 |
1 files changed, 33 insertions, 79 deletions
diff --git a/tde-i18n-da/docs/tdewebdev/kxsldbg/index.docbook b/tde-i18n-da/docs/tdewebdev/kxsldbg/index.docbook index cdf1266e177..80e1c3f2fbe 100644 --- a/tde-i18n-da/docs/tdewebdev/kxsldbg/index.docbook +++ b/tde-i18n-da/docs/tdewebdev/kxsldbg/index.docbook @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY kxsldbg "<application ->KXSLDbg</application ->"> + <!ENTITY kxsldbg "<application>KXSLDbg</application>"> <!ENTITY kappname "&kxsldbg;"> <!ENTITY package "quanta"> <!ENTITY % addindex "IGNORE"> @@ -17,37 +15,19 @@ <!ENTITY sources SYSTEM "sources.docbook"> <!ENTITY templates SYSTEM "templates.docbook"> <!ENTITY variables SYSTEM "variables.docbook"> - <!ENTITY xsldbg "<application ->xsldbg</application ->"> - <!ENTITY DTD "<acronym ->DTD</acronym ->"> - <!ENTITY XSD "<acronym ->XSD</acronym ->"> - <!ENTITY XSLT "<acronym ->XSLT</acronym ->"> + <!ENTITY xsldbg "<application>xsldbg</application>"> + <!ENTITY DTD "<acronym>DTD</acronym>"> + <!ENTITY XSD "<acronym>XSD</acronym>"> + <!ENTITY XSLT "<acronym>XSLT</acronym>"> ]> <book lang="&language;"> <bookinfo> -<title ->&kxsldbg;-håndbogen</title> +<title>&kxsldbg;-håndbogen</title> <authorgroup> -<author -><firstname ->Keith</firstname -> <surname ->Isdale</surname -> <affiliation -> <address -><email ->[email protected]</email -></address> +<author><firstname>Keith</firstname> <surname>Isdale</surname> <affiliation> <address><email>[email protected]</email></address> </affiliation> </author> @@ -56,91 +36,66 @@ </authorgroup> <copyright> -<year ->2002</year> -<year ->2003</year> -<year ->2004</year> -<holder ->Keith Isdale</holder> +<year>2002</year> +<year>2003</year> +<year>2004</year> +<holder>Keith Isdale</holder> </copyright> -<legalnotice ->&FDLNotice;</legalnotice> -<date ->2004-11-18</date> -<releaseinfo ->0.5</releaseinfo> +<legalnotice>&FDLNotice;</legalnotice> +<date>2004-11-18</date> +<releaseinfo>0.5</releaseinfo> <abstract> -<para ->&kxsldbg; sørger for en grafisk grænseflade for &xsldbg;, som hjælper med fejlsøgning i &XSLT;-scripter. </para> +<para>&kxsldbg; sørger for en grafisk grænseflade for &xsldbg;, som hjælper med fejlsøgning i &XSLT;-scripter. </para> </abstract> <keywordset> -<keyword ->KDE</keyword> -<keyword ->xsldbg</keyword> -<keyword ->libxslt</keyword> -<keyword ->fejlsøger</keyword> +<keyword>KDE</keyword> +<keyword>xsldbg</keyword> +<keyword>libxslt</keyword> +<keyword>fejlsøger</keyword> </keywordset> </bookinfo> <chapter id="introduction"> -<title ->Indledning</title> +<title>Indledning</title> <sect1 id="features"> -<title ->Funktioner</title> +<title>Funktioner</title> -<para ->&kxsldbg; giver adgang til de fleste &xsldbg;-kommandoer til at <itemizedlist> +<para>&kxsldbg; giver adgang til de fleste &xsldbg;-kommandoer til at <itemizedlist> <listitem> -<para ->Sætte og ændre stoppunkter </para> +<para>Sætte og ændre stoppunkter </para> </listitem> <listitem> -<para ->Vise værdien af XPaths </para> +<para>Vise værdien af XPaths </para> </listitem> <listitem> -<para ->Vise information om de tilstedeværende skabeloner, variable, kaldstak-indgange, stilark og entiteter. </para> +<para>Vise information om de tilstedeværende skabeloner, variable, kaldstak-indgange, stilark og entiteter. </para> </listitem> <listitem> -<para ->Sæt og ændr stoppunkter og variable </para> +<para>Sæt og ændr stoppunkter og variable </para> </listitem> <listitem> -<para ->Flytte omkring i &XSL;-kildekoden og &XML;-dokumentet via Xpath </para> +<para>Flytte omkring i &XSL;-kildekoden og &XML;-dokumentet via Xpath </para> </listitem> <listitem> -<para ->Slå PUBLIC og SYSTEM ID op i aktuel &XML;-mappe </para> +<para>Slå PUBLIC og SYSTEM ID op i aktuel &XML;-mappe </para> </listitem> </itemizedlist> </para> </sect1> <sect1 id="new-features"> -<title ->Nyligt tilføjede egenskaber</title> -<para ->&kxsldbg; kan nu </para> +<title>Nyligt tilføjede egenskaber</title> +<para>&kxsldbg; kan nu </para> <itemizedlist> <listitem> -<para ->Sætte og ændre variable </para> +<para>Sætte og ændre variable </para> </listitem> <listitem> -<para ->Vise teksten i hovedvindue ved brug af &kate;-bibliotekerne </para> +<para>Vise teksten i hovedvindue ved brug af &kate;-bibliotekerne </para> </listitem> </itemizedlist> </sect1> @@ -149,8 +104,7 @@ </chapter> <chapter id="using-kxsldbg"> -<title ->Brug af &kxsldbg;</title> +<title>Brug af &kxsldbg;</title> &configure-section; &mainwindow-section; &inspector-section; &variables; &callstack; &templates; &sources; &entities; &tools-section; </chapter> &credits-chapter; |