Skip to content

Commit

Permalink
Fix build by removing email in COM FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Oct 25, 2024
1 parent e114037 commit 7dc9082
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions faq/com.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<chapter xml:id="faq.com" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PHP y COM</title>
<titleabbrev>PHP y COM</titleabbrev>

<para>
PHP puede ser usado para acceder a objetos COM y DCOM en plataformas Win32.
</para>

<qandaset>
<qandaentry xml:id="faq.com.q1">
<question>
Expand All @@ -24,7 +24,7 @@
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q2">
<question>
<para>
Expand All @@ -42,7 +42,7 @@
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q3">
<question>
<para>
Expand All @@ -60,7 +60,7 @@
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q4">
<question>
<para>
Expand All @@ -74,7 +74,7 @@
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q5">
<question>
<para>
Expand All @@ -90,7 +90,7 @@
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q6">
<question>
<para>
Expand All @@ -104,7 +104,7 @@
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q7">
<question>
<para>
Expand Down Expand Up @@ -135,7 +135,7 @@
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q8">
<question>
<para>
Expand All @@ -154,7 +154,7 @@
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q9">
<question>
<para>
Expand All @@ -169,7 +169,7 @@
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q10">
<question>
<para>
Expand All @@ -185,7 +185,7 @@
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q11">
<question>
<para>
Expand All @@ -212,7 +212,7 @@ $word = new COM("C:\docs\word.doc");
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q12">
<question>
<para>
Expand All @@ -228,7 +228,7 @@ $word = new COM("C:\docs\word.doc");
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q13">
<question>
<para>
Expand All @@ -239,13 +239,11 @@ $word = new COM("C:\docs\word.doc");
<answer>
<para>
La respuesta es tan simple como poco satisfactoria. No estamos seguros
pero parece que no es posible hacer nada. Si alguien tiene información
específica al respecto, por favor <link
xlink:href="mailto:&email.harald;">infórmenos</link> :)
pero parece que no es posible hacer nada.
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q14">
<question>
<para>
Expand All @@ -260,7 +258,7 @@ $word = new COM("C:\docs\word.doc");
</para>
</answer>
</qandaentry>

<qandaentry xml:id="faq.com.q15">
<question>
<para>
Expand All @@ -277,7 +275,7 @@ $word = new COM("C:\docs\word.doc");
</para>
</answer>
</qandaentry>

</qandaset>
</chapter>

Expand Down

0 comments on commit 7dc9082

Please sign in to comment.