jmcastagnetto Fri Mar 16 22:07:06 2001 EDT
Modified files:
/phpdoc/en/functions xslt.xml
Log:
Fixed example, so it should work now
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.12 phpdoc/en/functions/xslt.xml:1.13
--- phpdoc/en/functions/xslt.xml:1.12 Thu Feb 8 02:27:59 2001
+++ phpdoc/en/functions/xslt.xml Fri Mar 16 22:07:06 2001
@@ -335,8 +335,7 @@
<programlisting role="php">
<?php
-$xslData = '
-<xsl:stylesheet
+$xslData = '<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
@@ -344,7 +343,7 @@
<table border="1" cellpadding="2" cellspacing="1">
<tr>
<td width="20%">
-
+ &#160;
</td>
<td width="80%">
<h2><xsl:value-of select="title"/></h2>
@@ -359,15 +358,14 @@
</xsl:stylesheet>';
-$xmlData = '
-<?xml version="1.0"?>
+$xmlData = '<?xml version="1.0"?>
<article>
<title>Learning German</title>
<author>Sterling Hughes</author>
<body>
Essential phrases:
<br/>
- K�nnen Sie mir sagen, wo die Toilette ist?<br/>
+ K&#246;nnen Sie mir sagen, wo die Toilette ist?<br/>
Ein grosses Bier, bitte!<br/>
Noch eins, bitte.<br/>
</body>
- Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Derick Rethans
- Re: [PHP-DOC] cvs: phpdoc /en/functions xslt... Sebastian Bergmann
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Egon Schmid
- Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Ron Chmara
- Re: [PHP-DOC] cvs: phpdoc /en/functions xslt... eschmid+sic
- RE: [PHP-DOC] cvs: phpdoc /en/functions ... James Moore
- Re: [PHP-DOC] cvs: phpdoc /en/functi... eschmid+sic
- RE: [PHP-DOC] cvs: phpdoc /en/f... James Moore
- Re: [PHP-DOC] cvs: phpdoc /... eschmid+sic
- Re: [PHP-DOC] cvs: phpdoc /... Ron Chmara
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Jesus M. Castagnetto
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Jesus M. Castagnetto
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Rasmus Lerdorf
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Sterling Hughes
- [PHP-DOC] Re: cvs: phpdoc /en/functions xslt.xml Jim Winstead
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Hartmut Holzgraefe
- Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Hartmut Holzgraefe
