cvs: phpdoc-sv / bookinfo.xml preface.xml translation.xml /chapters config.xml intro.xml tutorial.xml types.xml /language constants.xml functions.xml /reference/array/functions end.xml reset.xml shuffle.xml sizeof.xml /reference/mysql configure.xml constants.xml ini.xml reference.xml /reference/strings reference.xml /reference/strings/functions addcslashes.xml addslashes.xml bin2hex.xml chop.xml chr.xml chunk-split.xml echo.xml

[email protected] ("Hannes Magnusson") Sat, 23 Jun 2007 13:32:09 -0000
Newsgroups php.doc.sv
Message-ID <cvsbjori1182605529@cvsserver>
--bjori1182605529
Content-Type: text/plain

bjori		Sat Jun 23 13:32:09 2007 UTC

  Modified files:              
    /phpdoc-sv	bookinfo.xml preface.xml translation.xml 
    /phpdoc-sv/chapters	config.xml intro.xml tutorial.xml types.xml 
    /phpdoc-sv/language	constants.xml functions.xml 
    /phpdoc-sv/reference/array/functions	end.xml reset.xml shuffle.xml 
                                        	sizeof.xml 
    /phpdoc-sv/reference/mysql	configure.xml constants.xml ini.xml 
                              	reference.xml 
    /phpdoc-sv/reference/strings	reference.xml 
    /phpdoc-sv/reference/strings/functions	addcslashes.xml 
                                          	addslashes.xml bin2hex.xml 
                                          	chop.xml chr.xml 
                                          	chunk-split.xml echo.xml 
  Log:
  Upgrade to DocBook5:
   - All id attributes are now xml:id
   - Add docbook namespace to all root elements
   - Replace <ulink /> with <link xlink:href />
   - Minor markup fixes here and there
   - Bump EN-Revision where appropriate
  
  
  
  
--bjori1182605529
Content-Type: text/plain
Content-Disposition: attachment; filename="bjori-20070623133209.txt"

http://cvs.php.net/viewvc.cgi/phpdoc-sv/bookinfo.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc-sv/bookinfo.xml
diff -u phpdoc-sv/bookinfo.xml:1.12 phpdoc-sv/bookinfo.xml:1.13
--- phpdoc-sv/bookinfo.xml:1.12	Wed Aug  4 15:54:06 2004
+++ phpdoc-sv/bookinfo.xml	Sat Jun 23 13:32:09 2007
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.34 Maintainer: Jome Status: ready -->
 
- <bookinfo id="bookinfo">
+ <bookinfo xml:id="bookinfo" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
   <title>&PHPManual;</title>
   &frontpage.authors;
   <pubdate>&php.build-date;</pubdate>
   &frontpage.editors;
  
-  <authorgroup id="translation-editors">
+  <authorgroup xml:id="translation-editors">
    <editor>
     <firstname>Per</firstname><surname>Gustafsson</surname>
    </editor>
@@ -27,13 +27,13 @@
    <holder>the PHP Documentation Group</holder>
   </copyright>
 
-  <legalnotice id="copyright">
+  <legalnotice xml:id="copyright">
    <title>Copyright</title>
    <simpara>
     Den här manualen är upphovsrättsskyddad av PHP's dokumentationsgrupp
     1997-2004. Detta material får distribueras under de villkor som bestäms 
     i Open Publication License, v1.0 eller senare (den senaste versionen
-    finns tillgänglig på <ulink url="&url.opl;">&url.opl;</ulink>).
+    finns tillgänglig på <link xlink:href="&url.opl;">&url.opl;</link>).
    </simpara>
    <simpara>
     Distribution av substantiellt förändrade versioner av det här matieralet
@@ -47,18 +47,18 @@
    <simpara>
     Medlemmarna i PHP's dokumentationsgrupp finns listade på inledningssidan
     av manualen. Om du vill kontaka gruppen, vänligen skriv till
-    <ulink url="mailto:&email.php.doc;">&email.php.doc;</ulink>.
+    <link url="mailto:&email.php.doc;">&email.php.doc;</link>.
    </simpara>
    <simpara>
     'Utöka PHP 4.0'-sektionen av manualen är upphovsrättsskyddad av Zend
     Technologies, Ltd. Materialet får distribueras endast under de villkor
     som finns att läsa i Open Publication License-licensen version 1.0 eller
-    senare. (Den senaste versionen finns tillgänglig på adressen <ulink
-    url="&url.opl;">&url.opl;</ulink>.)
+    senare. (Den senaste versionen finns tillgänglig på adressen <link
+    xlink:href="&url.opl;">&url.opl;</link>.)
    </simpara>
   </legalnotice>
 
- </bookinfo>
+ </info>
  
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc-sv/preface.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc-sv/preface.xml
diff -u phpdoc-sv/preface.xml:1.5 phpdoc-sv/preface.xml:1.6
--- phpdoc-sv/preface.xml:1.5	Wed Aug  4 15:54:06 2004
+++ phpdoc-sv/preface.xml	Sat Jun 23 13:32:09 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.26 Maintainer: Jome Status: ready -->
 
- <preface id="preface">
+ <preface xml:id="preface" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
   <title>Förord</title>
 
   <abstract>
@@ -26,8 +26,8 @@
 
   <para>
    Du kan ladda ner den här manualen i flera olika format på adressen
-   <ulink url="&url.php.docs;">&url.php.docs;</ulink>. <ulink
-   url="&url.php.downloads;">Filerna</ulink> 
+   <link xlink:href="&url.php.docs;">&url.php.docs;</link>. <link
+   xlink:href="&url.php.downloads;">Filerna</link> 
    förändras allt eftersom uppdateringar av innehållet sker. Mer information 
    om hur manualen utvecklas finns under rubriken 
    <link linkend="about">'Om manualen'</link>.
http://cvs.php.net/viewvc.cgi/phpdoc-sv/translation.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc-sv/translation.xml
diff -u phpdoc-sv/translation.xml:1.5 phpdoc-sv/translation.xml:1.6
--- phpdoc-sv/translation.xml:1.5	Mon Dec  8 11:03:06 2003
+++ phpdoc-sv/translation.xml	Sat Jun 23 13:32:09 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-8" ?>
 <!DOCTYPE translation SYSTEM "../entities/translation.dtd">
 
-<translation>
+<translation xmlns="http://docbook.org/ns/docbook">
 
  <intro>
   The Swedish Translation is managed by Per Gustafsson, please mail him for
http://cvs.php.net/viewvc.cgi/phpdoc-sv/chapters/config.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc-sv/chapters/config.xml
diff -u phpdoc-sv/chapters/config.xml:1.9 phpdoc-sv/chapters/config.xml:1.10
--- phpdoc-sv/chapters/config.xml:1.9	Wed Aug  4 15:54:07 2004
+++ phpdoc-sv/chapters/config.xml	Sat Jun 23 13:32:09 2007
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.89 Maintainer: Jome Status: not ready -->
- <chapter id="configuration">
+ <chapter xml:id="configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
   <title>Konfiguration</title>
 
-  <sect1 id="configuration.file">
+  <sect1 xml:id="configuration.file">
    <title>Konfigurationsfilen</title>
    <simpara>
     Konfigurationsfilen (kallad <filename>php3.ini</filename> i PHP
@@ -27,14 +27,14 @@
     Alla PHP-direktiv finns inte dokumenterade nedan, om du vill se en
     förteckning över alla kan du läsa i din &php.ini;-fil. Den senaste
     versionen av &php.ini; finns att beskåda 
-    <ulink url="&url.php.cvs.phpini;">här</ulink>.
+    <link xlink:href="&url.php.cvs.phpini;">här</link>.
    </para>
    <note>
     <para>
      Standardvärdet för PHP-direktiven 
      <link linkend="ini.register-globals">register_globals</link> ändrades
      från <emphasis>on</emphasis> till <emphasis>off</emphasis> i PHP
-     <ulink url="&url.php.release4.2.0;">4.2.0</ulink>.
+     <link xlink:href="&url.php.release4.2.0;">4.2.0</link>.
     </para>
    </note>
    <para>
@@ -62,10 +62,10 @@
    </para>
   </sect1>
 
-  <sect1 id="configuration.changes">
+  <sect1 xml:id="configuration.changes">
    <title>How to change configuration settings</title>
 
-   <sect2 id="configuration.changes.apache">
+   <sect2 xml:id="configuration.changes.apache">
     <title>Running <literal>PHP</literal> as Apache module</title>
     <simpara>
      När PHP används som Apache-modul, kan du ändra inställningar
@@ -87,7 +87,7 @@
      <variablelist>
       <varlistentry>
        <term>
-        <systemitem role="directive">php_value</systemitem>
+        <systemitem role="directive">php_value</constant>
         <parameter>name</parameter>
         <parameter>value</parameter>
        </term>
@@ -106,7 +106,7 @@
       </varlistentry>
       <varlistentry>
        <term>
-        <systemitem role="directive">php_flag</systemitem>
+        <systemitem role="directive">php_flag</constant>
         <parameter>name</parameter>
         <parameter>on|off</parameter>
        </term>
@@ -117,7 +117,7 @@
       </varlistentry>
       <varlistentry>
        <term>
-        <systemitem role="directive">php_admin_value</systemitem>
+        <systemitem role="directive">php_admin_value</constant>
         <parameter>name</parameter>
         <parameter>value</parameter>
        </term>
@@ -130,7 +130,7 @@
       </varlistentry>
       <varlistentry>
        <term>
-        <systemitem role="directive">php_admin_flag</systemitem>
+        <systemitem role="directive">php_admin_flag</constant>
         <parameter>name</parameter>
         <parameter>on|off</parameter>
        </term>
@@ -173,7 +173,7 @@
     </para>
    </sect2>
 
-   <sect2 id="configuration.changes.other">
+   <sect2 xml:id="configuration.changes.other">
     <title>Other interfaces to <literal>PHP</literal></title>
     <para>
      Regardless of the interface to <literal>PHP</literal> you can change
http://cvs.php.net/viewvc.cgi/phpdoc-sv/chapters/intro.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc-sv/chapters/intro.xml
diff -u phpdoc-sv/chapters/intro.xml:1.7 phpdoc-sv/chapters/intro.xml:1.8
--- phpdoc-sv/chapters/intro.xml:1.7	Mon Feb  2 08:44:47 2004
+++ phpdoc-sv/chapters/intro.xml	Sat Jun 23 13:32:09 2007
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.35 Maintainer: Jome Status: ready -->
- <chapter id="introduction">
+ <chapter xml:id="introduction" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
   <title>Introduktion</title>
 
-  <sect1 id="intro-whatis">
+  <sect1 xml:id="intro-whatis">
    <title>Vad är PHP?</title>
    <para>
     <acronym>PHP</acronym> (rekursiv akronym för "PHP: 
@@ -69,7 +69,7 @@
    </para>
   </sect1>
 
-  <sect1 id="intro-whatcando">
+  <sect1 xml:id="intro-whatcando">
    <title>Vad kan PHP göra?</title>
    <para>
     Vad som helst. PHP's fokus ligger på server-side-scripting,
@@ -117,7 +117,7 @@
        plattformsoberoende program. PHP-GTK är ett tillägg till
        PHP, som inte finns tillgängligt i huvuddistributionen.
        Om du är intresserad av att veta mer om PHP-GTK, besök
-       <ulink url="&url.php.gtk;">dess hemsida</ulink>.
+       <link xlink:href="&url.php.gtk;">dess hemsida</link>.
       </simpara>
      </listitem>
     </itemizedlist>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/chapters/tutorial.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc-sv/chapters/tutorial.xml
diff -u phpdoc-sv/chapters/tutorial.xml:1.8 phpdoc-sv/chapters/tutorial.xml:1.9
--- phpdoc-sv/chapters/tutorial.xml:1.8	Thu Mar  4 18:44:32 2004
+++ phpdoc-sv/chapters/tutorial.xml	Sat Jun 23 13:32:09 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.8 Maintainer: Jome Status: ready -->
- <chapter id="tutorial">
+ <chapter xml:id="tutorial" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
   <title>En enkel lektion i PHP</title>
 
   <para>
@@ -16,7 +16,7 @@
    vanliga HTML-sidor.
   </para>
 
-  <sect1 id="tutorial.requirements">
+  <sect1 xml:id="tutorial.requirements">
    <title>Vad behöver jag?</title>
    <para>
     Den här texten förutsätter att du har en webbserver med PHP-stöd
@@ -34,7 +34,7 @@
    </para>
   </sect1>
 
-  <sect1 id="tutorial.firstpage">
+  <sect1 xml:id="tutorial.firstpage">
    <title>Din första PHP-sida</title>
    <para>
     Skapa en fil och döp den till <filename>hello.php</filename>,
@@ -94,8 +94,8 @@
     har PHP inlagt. Du kan då fråga din administratör om han kan
     installera det åt dig, vägledning finns i kapitlet som behandlar
     <link linkend="installation">installation</link>. Om du vill
-    utveckla PHP-script lokalt behöver du <ulink url="&url.php.downloads;">ladda
-    ner</ulink> PHP. Du kan utveckla dina script på vilket operativsystem 
+    utveckla PHP-script lokalt behöver du <link xlink:href="&url.php.downloads;">ladda
+    ner</link> PHP. Du kan utveckla dina script på vilket operativsystem 
     som helst, om du installerar en webbserver som fungerar med PHP.
    </para>
    <para>
@@ -107,7 +107,7 @@
    </para>
   </sect1>
 
-  <sect1 id="tutorial.useful">
+  <sect1 xml:id="tutorial.useful">
    <title>Något användbart</title>
    <para>
     Nu ska vi göra något lite mer användbart än det tidigare; vi ska
@@ -220,7 +220,7 @@
     nybörjare och läsa åtminstone de första kapitlen. Alternativt kan
     du läsa  <link linkend="langref">Språkreferens</link>-delen av
     manualen. En förteckning över PHP-böcker finner du på adressen
-    <ulink url="&url.php.books;">&url.php.books;</ulink>.
+    <link xlink:href="&url.php.books;">&url.php.books;</link>.
    </para>
    <para>
     Det andra begreppet vi nu introducerat är funktionsanropet till 
@@ -284,7 +284,7 @@
    </para>
   </sect1>
 
-  <sect1 id="tutorial.forms">
+  <sect1 xml:id="tutorial.forms">
    <title>Skapa formulär</title>
    <para>
     Av PHP's alla egenskaper är en av de mest kraftfulla dess hantering
@@ -353,7 +353,7 @@
    </para>
   </sect1>
   
-  <sect1 id="tutorial.oldcode">
+  <sect1 xml:id="tutorial.oldcode">
    <title>Använda gammal kod i nyare versioner av PHP</title>
    <para>
     Nu när PHP har växt och blivit ett populärt scriptspråk har det
@@ -374,7 +374,7 @@
        <varname>$HTTP_*_VARS</varname>-arrayerna (som behövde deklareras
        som globala om de användes i en funktion). Följande 
        <link linkend="language.variables.superglobals">autoglobala 
-       arrayer</link> introducerades i PHP <ulink url="&url.php.release4.1.0;">4.1.0</ulink>:
+       arrayer</link> introducerades i PHP <link xlink:href="&url.php.release4.1.0;">4.1.0</link>:
        <varname>$_GET</varname>, <varname>$_POST</varname>,
        <varname>$_COOKIE</varname>, <varname>$_SERVER</varname>,
        <varname>$_ENV</varname>, <varname>$_REQUEST</varname>, and
@@ -387,7 +387,7 @@
       <simpara>
        Externa variabeler registreras inte längre med automatik i det
        globala "variabelscopet". Med andra ord, från PHP
-       <ulink url="&url.php.release4.2.0;">4.2.0</ulink> har PHP-direktivet
+       <link xlink:href="&url.php.release4.2.0;">4.2.0</link> har PHP-direktivet
        <link linkend="ini.register-globals">register_globals</link> satts
        till <emphasis>off</emphasis> som standard i &php.ini;. Du bör
        istället använda de autoglobaler som nämnts ovan för att komma åt 
@@ -408,13 +408,13 @@
    </para>
   </sect1>
   
-  <sect1 id="tutorial.whatsnext">
+  <sect1 xml:id="tutorial.whatsnext">
    <title>Vad händer nu?</title>
    <para>
     Med det du nu vet bör du kunna förstå det mesta av manualen och
     även många av de exempel som finns tillgängliga i scriptarkiven.
     Du kan också hitta andra exempel under länksektionen på adressen
-    <ulink url="&url.php.links;">&url.php.links;</ulink>.
+    <link xlink:href="&url.php.links;">&url.php.links;</link>.
    </para>
   </sect1>
  </chapter>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/chapters/types.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/chapters/types.xml
diff -u phpdoc-sv/chapters/types.xml:1.1 phpdoc-sv/chapters/types.xml:1.2
--- phpdoc-sv/chapters/types.xml:1.1	Mon Dec  8 10:54:50 2003
+++ phpdoc-sv/chapters/types.xml	Sat Jun 23 13:32:09 2007
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <chapter id="language.types">
+<!-- $Revision: 1.2 $ -->
+ <chapter xml:id="language.types" xmlns="http://docbook.org/ns/docbook">
   <title>Typer</title>
 
-  <sect1 id="language.types.intro">
+  <sect1 xml:id="language.types.intro">
   <title>Introduktion</title>
 
   <simpara>
@@ -167,7 +167,7 @@
   </simpara>
  </sect1>
 
-   <sect1 id="language.types.boolean">
+   <sect1 xml:id="language.types.boolean">
     <title>Booleans</title>
 
     <simpara>
@@ -181,7 +181,7 @@
      </simpara>
     </note>
 
-    <sect2 id="language.types.boolean.syntax">
+    <sect2 xml:id="language.types.boolean.syntax">
      <title>Syntax</title>
      <para>
       To specify a boolean literal, use either the keyword &true;
@@ -228,7 +228,7 @@
      </para>
     </sect2>
 
-    <sect2 id="language.types.boolean.casting">
+    <sect2 xml:id="language.types.boolean.casting">
      <title>Converting to boolean</title>
       <simpara>
        To explicitly convert a value to <type>boolean</type>, use either
@@ -307,7 +307,7 @@
      </sect2>
    </sect1>
 
-   <sect1 id="language.types.integer">
+   <sect1 xml:id="language.types.integer">
     <title>Integers</title>
 
     <simpara>
@@ -322,7 +322,7 @@
      <link linkend="ref.bc">Arbitrary precision / BCMath</link>
     </para>
 
-    <sect2 id="language.types.integer.syntax">
+    <sect2 xml:id="language.types.integer.syntax">
      <title>Syntax</title>
      <simpara>
       Integers can be specified in decimal (10-based), hexadecimal (16-based)
@@ -369,7 +369,7 @@
      </para>
     </sect2>
 
-    <sect2 id="language.types.integer.overflow">
+    <sect2 xml:id="language.types.integer.overflow">
      <title>Integer overflow</title>
      <para>
       If you specify a number beyond the bounds of the <type>integer</type>
@@ -437,7 +437,7 @@
     </sect2>
 
 
-    <sect2 id="language.types.integer.casting">
+    <sect2 xml:id="language.types.integer.casting">
      <title>Converting to integer</title>
       <simpara>
        To explicitly convert a value to <type>integer</type>, use either
@@ -452,7 +452,7 @@
        See also <link linkend="language.types.type-juggling">type-juggling</link>.
       </simpara>
 
-      <sect3 id="language.types.integer.casting.from-boolean">
+      <sect3 xml:id="language.types.integer.casting.from-boolean">
        <title>From <link linkend="language.types.boolean"
            >booleans</link></title>
        <simpara>
@@ -462,7 +462,7 @@
        </simpara>
       </sect3>
 
-      <sect3 id="language.types.integer.casting.from-float">
+      <sect3 xml:id="language.types.integer.casting.from-float">
        <title>From <link linkend="language.types.float">floating point numbers</link></title>
        <simpara>
         When converting from float to integer, the number will
@@ -497,7 +497,7 @@
        </para></warning>
       </sect3>
 
-      <sect3 id="language.types.integer.casting.from-string">
+      <sect3 xml:id="language.types.integer.casting.from-string">
        <title>From strings</title>
        <simpara>
         See <link linkend="language.types.string.conversion">String
@@ -505,7 +505,7 @@
        </simpara>
       </sect3>
 
-      <sect3 id="language.types.integer.casting.from-other">
+      <sect3 xml:id="language.types.integer.casting.from-other">
        <title>From other types</title>
        <para>
         <caution>
@@ -523,7 +523,7 @@
     </sect2>
   </sect1>
 
-  <sect1 id="language.types.float">
+  <sect1 xml:id="language.types.float">
    <title>Floating point numbers</title>
    <para>
     Floating point numbers (AKA "floats", "doubles" or "real numbers") can be
@@ -552,7 +552,7 @@
     decimal digits is a common value (that's 64 bit IEEE format).
    </para>
 
-   <warning id="warn.float-precision">
+   <warning xml:id="warn.float-precision">
     <title>Floating point precision</title>
     <para>
      It is quite usual that simple decimal fractions like
@@ -579,7 +579,7 @@
     </para>
    </warning>
 
-   <sect2 id="language.types.float.casting">
+   <sect2 xml:id="language.types.float.casting">
     <title>Converting to float</title>
 
     <para>
@@ -593,7 +593,7 @@
    </sect2>
   </sect1>
 
-  <sect1 id="language.types.string">
+  <sect1 xml:id="language.types.string">
    <title>Strings</title>
    <para>
     A <type>string</type> is series of characters. In PHP,
@@ -610,7 +610,7 @@
      to worry about long strings.
     </simpara>
    </note>
-   <sect2 id="language.types.string.syntax">
+   <sect2 xml:id="language.types.string.syntax">
     <title>Syntax</title>
     <para>
      A string literal can be specified in three different
@@ -635,7 +635,7 @@
 
      </itemizedlist>
     </para>
-    <sect3 id="language.types.string.syntax.single">
+    <sect3 xml:id="language.types.string.syntax.single">
      <title>Single quoted</title>
      <para>
       The easiest way to specify a simple string is to
@@ -695,7 +695,7 @@
       </informalexample>
      </para>
     </sect3>
-    <sect3 id="language.types.string.syntax.double">
+    <sect3 xml:id="language.types.string.syntax.double">
      <title>Double quoted</title>
      <para>
       If the string is enclosed in double-quotes ("),
@@ -765,7 +765,7 @@
      </para>
     </sect3>
 
-    <sect3 id="language.types.string.syntax.heredoc">
+    <sect3 xml:id="language.types.string.syntax.heredoc">
      <title>Heredoc</title>
      <simpara>
       Another way to delimit strings is by using heredoc syntax
@@ -855,7 +855,7 @@
      </note>
     </sect3>
 
-    <sect3 id="language.types.string.parsing">
+    <sect3 xml:id="language.types.string.parsing">
      <title>Variable parsing</title>
      <simpara>
       When a string is specified in double quotes or with
@@ -877,7 +877,7 @@
       by the curly braces surrounding the expression.
      </simpara>
 
-     <sect4 id="language.types.string.parsing.simple">
+     <sect4 xml:id="language.types.string.parsing.simple">
       <title>Simple syntax</title>
       <simpara>
        If a dollar sign (<literal>$</literal>) is encountered, the
@@ -961,7 +961,7 @@
       </simpara>
      </sect4>
 
-     <sect4 id="language.types.string.parsing.complex">
+     <sect4 xml:id="language.types.string.parsing.complex">
       <title>Complex (curly) syntax</title>
       <simpara>
        This isn't called complex because the syntax is complex,
@@ -1027,7 +1027,7 @@
      </sect4>
     </sect3>
 
-    <sect3 id="language.types.string.substr">
+    <sect3 xml:id="language.types.string.substr">
      <title>String access and modification by character</title>
      <para>
       Characters within strings may be accessed and modified by specifying the
@@ -1071,7 +1071,7 @@
 
    </sect2><!-- end syntax -->
 
-   <sect2 id="language.types.string.useful-funcs">
+   <sect2 xml:id="language.types.string.useful-funcs">
     <title>Useful functions and operators</title>
     <para>
      Strings may be concatenated using the '.' (dot) operator. Note
@@ -1101,7 +1101,7 @@
     </simpara>
    </sect2>
 
-   <sect2 id="language.types.string.casting">
+   <sect2 xml:id="language.types.string.casting">
     <title>Converting to string</title>
 
     <para>
@@ -1168,7 +1168,7 @@
     </para>
    </sect2>
 
-   <sect2 id="language.types.string.conversion">
+   <sect2 xml:id="language.types.string.conversion">
     <title>String conversion to numbers</title>
 
     <simpara>
@@ -1233,7 +1233,7 @@
    </sect2>
   </sect1><!-- end string -->
 
-  <sect1 id="language.types.array">
+  <sect1 xml:id="language.types.array">
    <title>Arrays</title>
 
    <para>
@@ -1254,10 +1254,10 @@
     this broad topic.
    </para>
 
-   <sect2 id="language.types.array.syntax">
+   <sect2 xml:id="language.types.array.syntax">
     <title>Syntax</title>
 
-    <sect3 id="language.types.array.syntax.array-func">
+    <sect3 xml:id="language.types.array.syntax.array-func">
      <title>Specifying with <function>array</function></title>
      <para>
       An <type>array</type> can be created by the <function>array</function>
@@ -1360,7 +1360,7 @@
      </para>
     </sect3>
 
-    <sect3 id="language.types.array.syntax.modifying">
+    <sect3 xml:id="language.types.array.syntax.modifying">
      <title>Creating/modifying with square-bracket syntax</title>
      <para>
       You can also modify an existing array by explicitly setting
@@ -1488,7 +1488,7 @@
     </sect3>
    </sect2><!-- end syntax -->
 
-   <sect2 id="language.types.array.useful-funcs">
+   <sect2 xml:id="language.types.array.useful-funcs">
     <title>Useful functions</title>
     <para>
      There are quite a few useful functions for working with arrays.
@@ -1528,10 +1528,10 @@
     </para>
    </sect2>
 
-   <sect2 id="language.types.array.donts">
+   <sect2 xml:id="language.types.array.donts">
     <title>Array do's and don'ts</title>
 
-    <sect3 id="language.types.array.foo-bar">
+    <sect3 xml:id="language.types.array.foo-bar">
      <title>Why is <literal>$foo[bar]</literal> wrong?</title>
      <para>
       You should always use quotes around a string literal
@@ -1751,7 +1751,7 @@
     </sect3>
    </sect2>
 
-   <sect2 id="language.types.array.casting">
+   <sect2 xml:id="language.types.array.casting">
     <title>Converting to array</title>
 
     <para>
@@ -1773,7 +1773,7 @@
     </para>
    </sect2>
 
-   <sect2 id="language.types.array.examples">
+   <sect2 xml:id="language.types.array.examples">
     <title>Examples</title>
     <para>
      The array type in PHP is very versatile, so here will be some
@@ -1853,7 +1853,7 @@
      </programlisting>
     </example>
 
-    <example id="language.types.array.examples.loop">
+    <example xml:id="language.types.array.examples.loop">
      <title>Collection</title>
      <programlisting role="php">
 <![CDATA[
@@ -1885,7 +1885,7 @@
        See bug#3074
       -->
      A workaround is the following:
-     <example id="language.types.array.examples.changeloop">
+     <example xml:id="language.types.array.examples.changeloop">
       <title>Collection</title>
       <programlisting role="php">
 <![CDATA[
@@ -2030,10 +2030,10 @@
    </sect2>
   </sect1>
 
-  <sect1 id="language.types.object">
+  <sect1 xml:id="language.types.object">
    <title>Objects</title>
 
-   <sect2 id="language.types.object.init">
+   <sect2 xml:id="language.types.object.init">
     <title>Object Initialization</title>
 
     <para>
@@ -2065,7 +2065,7 @@
     </simpara>
    </sect2>
 
-   <sect2 id="language.types.object.casting">
+   <sect2 xml:id="language.types.object.casting">
     <title>Converting to object</title>
 
     <para>
@@ -2090,7 +2090,7 @@
 
   </sect1>
 
-  <sect1 id="language.types.resource">
+  <sect1 xml:id="language.types.resource">
    <title>Resource</title>
 
     <para>
@@ -2108,7 +2108,7 @@
      </simpara>
     </note>
 
-   <sect2 id="language.types.resource.casting">
+   <sect2 xml:id="language.types.resource.casting">
     <title>Converting to resource</title>
 
     <para>
@@ -2118,7 +2118,7 @@
     </para>
    </sect2>
 
-    <sect2 id="language.types.resource.self-destruct">
+    <sect2 xml:id="language.types.resource.self-destruct">
      <title>Freeing resources</title>
 
     <para>
@@ -2145,7 +2145,7 @@
    </sect2>
   </sect1>
 
-  <sect1 id="language.types.null">
+  <sect1 xml:id="language.types.null">
    <title>NULL</title>
 
    <para>
@@ -2179,7 +2179,7 @@
      </itemizedlist>
     </para>
 
-   <sect2 id="language.types.null.syntax">
+   <sect2 xml:id="language.types.null.syntax">
     <title>Syntax</title>
     <para>
      There is only one value of type &null;, and that is
@@ -2200,10 +2200,10 @@
    </sect2>
   </sect1>
 
-  <sect1 id="language.pseudo-types">
+  <sect1 xml:id="language.pseudo-types">
    <title>Pseudo-types used in this documentation</title>
 
-   <sect2 id="language.types.mixed">
+   <sect2 xml:id="language.types.mixed">
     <title>mixed</title>
     <para>
      <literal>mixed</literal> indicates that a parameter may accept multiple (but not
@@ -2215,7 +2215,7 @@
     </para>
    </sect2>
 
-   <sect2 id="language.types.number">
+   <sect2 xml:id="language.types.number">
     <title>number</title>
     <para>
      <literal>number</literal> indicates that a parameter can be either
@@ -2223,7 +2223,7 @@
     </para>
    </sect2>
 
-   <sect2 id="language.types.callback">
+   <sect2 xml:id="language.types.callback">
     <title>callback</title>
     <para>
      Some functions like <function>call_user_func</function>
@@ -2293,7 +2293,7 @@
    </sect2>
   </sect1>
 
-  <sect1 id="language.types.type-juggling">
+  <sect1 xml:id="language.types.type-juggling">
    <title>Type Juggling</title>
 
    <simpara>
@@ -2407,7 +2407,7 @@
     </para>
    </note>
 
-   <sect2 id="language.types.typecasting">
+   <sect2 xml:id="language.types.typecasting">
     <title>Type Casting</title>
 
     <para>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/language/constants.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/language/constants.xml
diff -u phpdoc-sv/language/constants.xml:1.1 phpdoc-sv/language/constants.xml:1.2
--- phpdoc-sv/language/constants.xml:1.1	Mon Feb  2 08:37:15 2004
+++ phpdoc-sv/language/constants.xml	Sat Jun 23 13:32:09 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.35 Maintainer: jome Status: ready -->
- <chapter id="language.constants">
+ <chapter xml:id="language.constants" xmlns="http://docbook.org/ns/docbook">
   <title>Konstanter</title>
 
   <simpara>
@@ -36,7 +36,7 @@
    <link linkend="language.variables.scope">räckvidd</link>.
   </simpara>
 
-  <sect1 id="language.constants.syntax">
+  <sect1 xml:id="language.constants.syntax">
    <title>Syntax</title>
    <simpara>
     Du kan definiera en konstant genom att använda 
@@ -129,7 +129,7 @@
    </para>
   </sect1>
   
-  <sect1 id="language.constants.predefined">
+  <sect1 xml:id="language.constants.predefined">
    <title>Fördefinierade konstanter</title>
 
    <simpara>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/language/functions.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/language/functions.xml
diff -u phpdoc-sv/language/functions.xml:1.1 phpdoc-sv/language/functions.xml:1.2
--- phpdoc-sv/language/functions.xml:1.1	Mon Feb  2 08:37:15 2004
+++ phpdoc-sv/language/functions.xml	Sat Jun 23 13:32:09 2007
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.44 Maintainer: jome Status: ready -->
- <chapter id="functions">
+ <chapter xml:id="functions" xmlns="http://docbook.org/ns/docbook">
   <title>Funktioner</title>
 
-  <sect1 id="functions.user-defined">
+  <sect1 xml:id="functions.user-defined">
    <title>Användardefinierade funktioner</title>
  
    <para>
@@ -140,7 +140,7 @@
 
   </sect1>
  
-  <sect1 id="functions.arguments">
+  <sect1 xml:id="functions.arguments">
    <title>Funktionsargument</title>
  
    <simpara>
@@ -178,7 +178,7 @@
     </example>
    </para>
  
-   <sect2 id="functions.arguments.by-reference">
+   <sect2 xml:id="functions.arguments.by-reference">
     <title>Gör så att argument skickas som referens</title>
  
     <simpara>
@@ -213,7 +213,7 @@
  
    </sect2>
  
-   <sect2 id="functions.arguments.default">
+   <sect2 xml:id="functions.arguments.default">
     <title>Standardvärden för argument</title>
  
     <para>
@@ -317,7 +317,7 @@
 
    </sect2>
 
-   <sect2 id="functions.variable-arg-list">
+   <sect2 xml:id="functions.variable-arg-list">
     <title>Argumentlistor med varierbar längd</title>
 
     <simpara>
@@ -339,7 +339,7 @@
 
   </sect1>
  
-  <sect1 id="functions.returning-values">
+  <sect1 xml:id="functions.returning-values">
    <title>Returnera värden</title>
  
    <para>
@@ -415,7 +415,7 @@
    </simpara>
   </sect1>
  
-  <sect1 id="functions.variable-functions">
+  <sect1 xml:id="functions.variable-functions">
    <title>Variabelfunktioner</title>
 
    <para>
@@ -505,7 +505,7 @@
    </para>
   </sect1>
   
-  <sect1 id="functions.internal">
+  <sect1 xml:id="functions.internal">
    <title>Interna (inbyggda) funktioner</title>
    
    <para>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/array/functions/end.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/reference/array/functions/end.xml
diff -u phpdoc-sv/reference/array/functions/end.xml:1.1 phpdoc-sv/reference/array/functions/end.xml:1.2
--- phpdoc-sv/reference/array/functions/end.xml:1.1	Fri Aug  9 16:39:07 2002
+++ phpdoc-sv/reference/array/functions/end.xml	Sat Jun 23 13:32:09 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.5 Maintainer: asmodean Status: ready -->
-  <refentry id="function.end">
+  <refentry xml:id="function.end" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>end</refname>
     <refpurpose>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/array/functions/reset.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc-sv/reference/array/functions/reset.xml
diff -u phpdoc-sv/reference/array/functions/reset.xml:1.3 phpdoc-sv/reference/array/functions/reset.xml:1.4
--- phpdoc-sv/reference/array/functions/reset.xml:1.3	Fri Aug  9 16:43:02 2002
+++ phpdoc-sv/reference/array/functions/reset.xml	Sat Jun 23 13:32:09 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.4 Maintainer: asmodean Status: ready -->
-  <refentry id="function.reset">
+  <refentry xml:id="function.reset" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>reset</refname>
     <refpurpose>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/array/functions/shuffle.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/reference/array/functions/shuffle.xml
diff -u phpdoc-sv/reference/array/functions/shuffle.xml:1.1 phpdoc-sv/reference/array/functions/shuffle.xml:1.2
--- phpdoc-sv/reference/array/functions/shuffle.xml:1.1	Fri Aug  9 16:39:07 2002
+++ phpdoc-sv/reference/array/functions/shuffle.xml	Sat Jun 23 13:32:09 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.4 Maintainer: asmodean Status: ready -->
-  <refentry id="function.shuffle">
+  <refentry xml:id="function.shuffle" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>shuffle</refname>
     <refpurpose>Blanda en array</refpurpose>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/array/functions/sizeof.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-sv/reference/array/functions/sizeof.xml
diff -u phpdoc-sv/reference/array/functions/sizeof.xml:1.2 phpdoc-sv/reference/array/functions/sizeof.xml:1.3
--- phpdoc-sv/reference/array/functions/sizeof.xml:1.2	Fri May 23 19:31:57 2003
+++ phpdoc-sv/reference/array/functions/sizeof.xml	Sat Jun 23 13:32:09 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.5 Maintainer: Jome Status: ready -->
-  <refentry id="function.sizeof">
+  <refentry xml:id="function.sizeof" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>sizeof</refname>
     <refpurpose>Alias för <function>count</function></refpurpose>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/mysql/configure.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc-sv/reference/mysql/configure.xml
diff -u phpdoc-sv/reference/mysql/configure.xml:1.3 phpdoc-sv/reference/mysql/configure.xml:1.4
--- phpdoc-sv/reference/mysql/configure.xml:1.3	Sat Mar  6 16:12:45 2004
+++ phpdoc-sv/reference/mysql/configure.xml	Sat Jun 23 13:32:09 2007
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.7 Maintainer: daan Status: initial -->
-<section id="mysql.installation">
+<section xml:id="mysql.installation" xmlns="http://docbook.org/ns/docbook">
  &reftitle.install;
- <para id="mysql.configure">
+ <para xml:id="mysql.configure">
   Genom att använda <option role="configure">--with-mysql[=DIR]</option> när
   du konfigurerar <literal>PHP</literal> så bygger man in stöd för att ansluta
   mot MySQL databaser.
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/mysql/constants.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/reference/mysql/constants.xml
diff -u phpdoc-sv/reference/mysql/constants.xml:1.1 phpdoc-sv/reference/mysql/constants.xml:1.2
--- phpdoc-sv/reference/mysql/constants.xml:1.1	Fri Mar  5 21:19:36 2004
+++ phpdoc-sv/reference/mysql/constants.xml	Sat Jun 23 13:32:09 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.4 Maintainer: daan Status: initial -->
-<section id="mysql.constants">
+<section xml:id="mysql.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
  <para>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/mysql/ini.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/reference/mysql/ini.xml
diff -u phpdoc-sv/reference/mysql/ini.xml:1.1 phpdoc-sv/reference/mysql/ini.xml:1.2
--- phpdoc-sv/reference/mysql/ini.xml:1.1	Sat Mar  6 16:24:47 2004
+++ phpdoc-sv/reference/mysql/ini.xml	Sat Jun 23 13:32:09 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<section id="mysql.configuration">
+<!-- $Revision: 1.2 $ -->
+<section xml:id="mysql.configuration" xmlns="http://docbook.org/ns/docbook">
  &reftitle.runtime;
  &extension.runtime;
  <para>
@@ -70,7 +70,7 @@
 
 <para>
  <variablelist>
-   <varlistentry id="ini.mysql.allow-persistent">
+   <varlistentry xml:id="ini.mysql.allow-persistent">
    <term>
     <parameter>mysql.allow_persistent</parameter>
     <type>boolean</type>
@@ -84,7 +84,7 @@
    </listitem>
   </varlistentry>
   
-  <varlistentry id="ini.mysql.max-persistent">
+  <varlistentry xml:id="ini.mysql.max-persistent">
    <term>
     <parameter>mysql.max_persistent</parameter>
     <type>integer</type>
@@ -96,7 +96,7 @@
    </listitem>
   </varlistentry>
   
-  <varlistentry id="ini.mysql.max-links">
+  <varlistentry xml:id="ini.mysql.max-links">
    <term>
     <parameter>mysql.max_links</parameter>
     <type>integer</type>
@@ -107,7 +107,7 @@
     </para>
    </listitem>
   </varlistentry>
-   <varlistentry id="ini.mysql.default-port">
+   <varlistentry xml:id="ini.mysql.default-port">
    <term>
     <parameter>mysql.default_port</parameter>
     <type>string</type>
@@ -125,7 +125,7 @@
    </listitem>
   </varlistentry>
   
-  <varlistentry id="ini.mysql.default-socket">
+  <varlistentry xml:id="ini.mysql.default-socket">
    <term>
     <parameter>mysql.default_socket</parameter>
     <type>string</type>
@@ -137,7 +137,7 @@
     </para>
    </listitem>
   </varlistentry>
-   <varlistentry id="ini.mysql.default-host">
+   <varlistentry xml:id="ini.mysql.default-host">
    <term>
     <parameter>mysql.default_host</parameter>
     <type>string</type>
@@ -150,7 +150,7 @@
    </listitem>
   </varlistentry>
   
-  <varlistentry id="ini.mysql.default-user">
+  <varlistentry xml:id="ini.mysql.default-user">
    <term>
     <parameter>mysql.default_user</parameter>
     <type>string</type>
@@ -163,7 +163,7 @@
    </listitem>
   </varlistentry>
   
-  <varlistentry id="ini.mysql.default-password">
+  <varlistentry xml:id="ini.mysql.default-password">
    <term>
     <parameter>mysql.default_password</parameter>
     <type>string</type>
@@ -175,7 +175,7 @@
     </para>
    </listitem>
   </varlistentry>
-   <varlistentry id="ini.mysql.connect-timeout">
+   <varlistentry xml:id="ini.mysql.connect-timeout">
    <term>
     <parameter>mysql.connect_timeout</parameter>
     <type>integer</type>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/mysql/reference.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-sv/reference/mysql/reference.xml
diff -u phpdoc-sv/reference/mysql/reference.xml:1.2 phpdoc-sv/reference/mysql/reference.xml:1.3
--- phpdoc-sv/reference/mysql/reference.xml:1.2	Sat Mar  6 16:24:24 2004
+++ phpdoc-sv/reference/mysql/reference.xml	Sat Jun 23 13:32:09 2007
@@ -1,24 +1,24 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
- <reference id="ref.mysql">
+<!-- $Revision: 1.3 $ -->
+ <reference xml:id="ref.mysql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
   <title>MySQL Funktioner</title>
   <titleabbrev>MySQL</titleabbrev>
 
   <partintro>
-   <section id="mysql.intro">
+   <section xml:id="mysql.intro">
     &reftitle.intro;
     <para>
      Med dessa funktioner kan du ansluta mot MySQL databaser.
-     Mera information om MySQL finns på följande länk <ulink url="&url.mysql;">&url.mysql;</ulink>.
+     Mera information om MySQL finns på följande länk <link xlink:href="&url.mysql;">&url.mysql;</link>.
     </para>
     <para>
-     Dokumentation om MySQL finns <ulink url="&url.mysql.docs;">här</ulink>. 
+     Dokumentation om MySQL finns <link xlink:href="&url.mysql.docs;">här</link>. 
      Känner du att du inte är insatt i MySQL rekommenderas kapitel 3 (i MySQL manualen) varmt,
      där finns en kort handledning om hur man arbetar med MySQL.
     </para>
    </section>
 
-   <section id="mysql.requirements">
+   <section xml:id="mysql.requirements">
     &reftitle.required;
     <para>
      För att använda dessa funktioner måste du bygga <literal>PHP</literal>
@@ -30,7 +30,7 @@
 
     &reference.mysql.ini;
 
-   <section id="mysql.resources">
+   <section xml:id="mysql.resources">
    &reftitle.resources;
     <para>
      MySQL modulen bygger på två typer av resurser. Den första identifierar
@@ -42,7 +42,7 @@
    &reference.mysql.constants;
 
     
-   <section id="mysql.examples">
+   <section xml:id="mysql.examples">
    &reftitle.examples;
     <para>
      Exemplet nedan visar hur man på ett enkelt sätt ansluter, skickar en fråga,
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/strings/reference.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-sv/reference/strings/reference.xml
diff -u phpdoc-sv/reference/strings/reference.xml:1.2 phpdoc-sv/reference/strings/reference.xml:1.3
--- phpdoc-sv/reference/strings/reference.xml:1.2	Fri May 23 19:28:26 2003
+++ phpdoc-sv/reference/strings/reference.xml	Sat Jun 23 13:32:09 2007
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.5 Maintainer: Jome Status: ready -->
- <reference id="ref.strings">
+ <reference xml:id="ref.strings" xmlns="http://docbook.org/ns/docbook">
   <title>Strängfunktioner</title>
   <titleabbrev>Strängar</titleabbrev>
 
   <partintro>
-   <section id="strings.intro">
+   <section xml:id="strings.intro">
     &reftitle.intro;
     <para>
      Alla dessa funktioner används för att manipulera strängar på olika
@@ -21,18 +21,18 @@
     </para>
    </section>
 
-   <section id="strings.requirements">
+   <section xml:id="strings.requirements">
     &reftitle.required;
     &no.requirement;
    </section>
 
-   <section id="strings.installation">
+   <section xml:id="strings.installation">
     &reftitle.install;
     &no.install;
    </section>
    &reference.strings.constants;
    
-   <section id="strings.seealso">
+   <section xml:id="strings.seealso">
     &reftitle.seealso;
     <para>
      Om du vill ha ännu kraftfullare hantering och manipulering av
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/strings/functions/addcslashes.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/reference/strings/functions/addcslashes.xml
diff -u phpdoc-sv/reference/strings/functions/addcslashes.xml:1.1 phpdoc-sv/reference/strings/functions/addcslashes.xml:1.2
--- phpdoc-sv/reference/strings/functions/addcslashes.xml:1.1	Sun Sep 29 17:27:34 2002
+++ phpdoc-sv/reference/strings/functions/addcslashes.xml	Sat Jun 23 13:32:09 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.2 Maintainer: Jome Status: ready -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
-  <refentry id="function.addcslashes">
+  <refentry xml:id="function.addcslashes" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>addcslashes</refname>
     <refpurpose>Lägg till snedstreck i en sträng, likt C</refpurpose>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/strings/functions/addslashes.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/reference/strings/functions/addslashes.xml
diff -u phpdoc-sv/reference/strings/functions/addslashes.xml:1.1 phpdoc-sv/reference/strings/functions/addslashes.xml:1.2
--- phpdoc-sv/reference/strings/functions/addslashes.xml:1.1	Sun Sep 29 17:27:34 2002
+++ phpdoc-sv/reference/strings/functions/addslashes.xml	Sat Jun 23 13:32:09 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.2 Maintainer: Jome Status: ready -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
-  <refentry id="function.addslashes">
+  <refentry xml:id="function.addslashes" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>addslashes</refname>
     <refpurpose>Lägg till snedstreck i en sträng</refpurpose>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/strings/functions/bin2hex.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/reference/strings/functions/bin2hex.xml
diff -u phpdoc-sv/reference/strings/functions/bin2hex.xml:1.1 phpdoc-sv/reference/strings/functions/bin2hex.xml:1.2
--- phpdoc-sv/reference/strings/functions/bin2hex.xml:1.1	Sun Sep 29 17:50:23 2002
+++ phpdoc-sv/reference/strings/functions/bin2hex.xml	Sat Jun 23 13:32:09 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.2 Maintainer: Jome Status: ready -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
-  <refentry id="function.bin2hex">
+  <refentry xml:id="function.bin2hex" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>bin2hex</refname>
     <refpurpose>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/strings/functions/chop.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/reference/strings/functions/chop.xml
diff -u phpdoc-sv/reference/strings/functions/chop.xml:1.1 phpdoc-sv/reference/strings/functions/chop.xml:1.2
--- phpdoc-sv/reference/strings/functions/chop.xml:1.1	Sun Sep 29 17:50:23 2002
+++ phpdoc-sv/reference/strings/functions/chop.xml	Sat Jun 23 13:32:09 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.2 Maintainer: Jome Status: ready -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
-  <refentry id="function.chop">
+  <refentry xml:id="function.chop" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>chop</refname>
     <refpurpose>Alias för <function>rtrim</function></refpurpose>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/strings/functions/chr.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-sv/reference/strings/functions/chr.xml
diff -u phpdoc-sv/reference/strings/functions/chr.xml:1.1 phpdoc-sv/reference/strings/functions/chr.xml:1.2
--- phpdoc-sv/reference/strings/functions/chr.xml:1.1	Sun Sep 29 17:50:23 2002
+++ phpdoc-sv/reference/strings/functions/chr.xml	Sat Jun 23 13:32:09 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.2 Maintainer: Jome Status: ready -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
-  <refentry id="function.chr">
+  <refentry xml:id="function.chr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
    <refnamediv>
     <refname>chr</refname>
     <refpurpose>Returnerar ett specifikt tecken</refpurpose>
@@ -29,8 +29,8 @@
      </example>
     </para>
     <para>
-     Du kan hitta en ASCII-tabell här: <ulink url="&url.asciitable;" 
-     >&url.asciitable;</ulink>.
+     Du kan hitta en ASCII-tabell här: <link xlink:href="&url.asciitable;" 
+     >&url.asciitable;</link>.
     </para>
     <para>
      Den här funktionen kompletterar <function>ord</function>. Se även
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/strings/functions/chunk-split.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-sv/reference/strings/functions/chunk-split.xml
diff -u phpdoc-sv/reference/strings/functions/chunk-split.xml:1.2 phpdoc-sv/reference/strings/functions/chunk-split.xml:1.3
--- phpdoc-sv/reference/strings/functions/chunk-split.xml:1.2	Fri May 23 19:28:26 2003
+++ phpdoc-sv/reference/strings/functions/chunk-split.xml	Sat Jun 23 13:32:09 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.5 Maintainer: Jome Status: ready -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
-  <refentry id="function.chunk-split">
+  <refentry xml:id="function.chunk-split" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
    <refnamediv>
     <refname>chunk_split</refname>
     <refpurpose>Dela en sträng i mindre bitar</refpurpose>
@@ -36,7 +36,7 @@
     <simpara>
      Se även <function>explode</function>, <function>split</function>,
      <function>wordwrap</function> och
-     <ulink url="&url.rfc;2045">RFC 2045</ulink>.
+     <link xlink:href="&url.rfc;2045">RFC 2045</link>.
     </simpara>
    </refsect1>
   </refentry>
http://cvs.php.net/viewvc.cgi/phpdoc-sv/reference/strings/functions/echo.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-sv/reference/strings/functions/echo.xml
diff -u phpdoc-sv/reference/strings/functions/echo.xml:1.2 phpdoc-sv/reference/strings/functions/echo.xml:1.3
--- phpdoc-sv/reference/strings/functions/echo.xml:1.2	Sat Jan  4 19:59:55 2003
+++ phpdoc-sv/reference/strings/functions/echo.xml	Sat Jun 23 13:32:09 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.5 Maintainer: Jome Status: ready -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
-  <refentry id="function.echo">
+  <refentry xml:id="function.echo" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>echo</refname>
     <refpurpose>Skriv ut en eller flera strängar</refpurpose>

--bjori1182605529--