[PHP-DOC] cvs: phpdoc /en/reference/xslt reference.xml

2004-07-21 Thread Friedhelm Betz
betzWed Jul 21 18:33:00 2004 EDT

  Modified files:  
/phpdoc/en/reference/xslt   reference.xml 
  Log:
  note about xls as replacement for xslt with php 5
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/reference.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/xslt/reference.xml
diff -u phpdoc/en/reference/xslt/reference.xml:1.10 
phpdoc/en/reference/xslt/reference.xml:1.11
--- phpdoc/en/reference/xslt/reference.xml:1.10 Thu Apr 15 06:10:57 2004
+++ phpdoc/en/reference/xslt/reference.xml  Wed Jul 21 18:33:00 2004
@@ -1,5 +1,5 @@
 
-
+
  
   XSLT Functions
   XSLT
@@ -29,6 +29,12 @@
  
 
 ¬e.pecl-php5;
+
+ 
+  If you need xslt support with PHP 5 you can use the
+  XSL extension.
+ 
+

 

@@ -81,4 +87,3 @@
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
 -->
-


[PHP-DOC] cvs: phpdoc /en/reference/xslt reference.xml

2004-04-15 Thread Kenneth Schwartz
irchtml Thu Apr 15 06:10:58 2004 EDT

  Modified files:  
/phpdoc/en/reference/xslt   reference.xml 
  Log:
  extension moved to PECL
  
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/reference.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/xslt/reference.xml
diff -u phpdoc/en/reference/xslt/reference.xml:1.9 
phpdoc/en/reference/xslt/reference.xml:1.10
--- phpdoc/en/reference/xslt/reference.xml:1.9  Tue Feb 24 03:46:37 2004
+++ phpdoc/en/reference/xslt/reference.xml  Thu Apr 15 06:10:57 2004
@@ -1,5 +1,5 @@
 
-
+
  
   XSLT Functions
   XSLT
@@ -28,6 +28,7 @@
   your questions on the PHP mailing lists.
  
 
+¬e.pecl-php5;

 



[PHP-DOC] cvs: phpdoc /en/reference/xslt reference.xml

2002-11-24 Thread Sara Golemon
pollita Sun Nov 24 20:51:30 2002 EDT

  Modified files:  
/phpdoc/en/reference/xslt   reference.xml 
  Log:
  Added note for Win32 users.  "Copy sablot.dll to use this module"
  
  
Index: phpdoc/en/reference/xslt/reference.xml
diff -u phpdoc/en/reference/xslt/reference.xml:1.6 
phpdoc/en/reference/xslt/reference.xml:1.7
--- phpdoc/en/reference/xslt/reference.xml:1.6  Tue Oct  8 04:56:12 2002
+++ phpdoc/en/reference/xslt/reference.xml  Sun Nov 24 20:51:30 2002
@@ -1,5 +1,5 @@
 
-
+
  
   XSLT functions
   XSLT
@@ -67,6 +67,15 @@
   If you compiled Sablotron with JavaScript
   support, you must specify the option:
   --with-sablot-js.
+ 
+
+
+ Note to Win32 Users
+ 
+  In order to enable this module on a Windows environment, you must copy
+  sablot.dll from the DLL folder of the PHP/Win32 binary
+  package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32
+  or C:\WINDOWS\SYSTEM32)
  
 




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] cvs: phpdoc /en/reference/xslt reference.xml

2002-10-08 Thread Melvyn Sopacua

Thanx guys.

I was already wandering why it didn't turn up.
Going through howto now, so I can avoid that in the future.

Sorry bout the inconvenience.

At 10:38 10/8/2002 +0200, Gabor Hojtsy wrote:

>Seems like you have done a search and replace and modified "linked" in
>the text too, where it was absolutely correct (in two places). Please
>revert those two text occurances.
>
>Goba
>
> > gregory Tue Oct  8 04:24:07 2002 EDT
> >
> >   Modified files:
> > /phpdoc/en/reference/xslt reference.xml
> >   Log:
> >   linked -> linkend, Tag  added
> >
> >
> > Index: phpdoc/en/reference/xslt/reference.xml
> > diff -u phpdoc/en/reference/xslt/reference.xml:1.4
>phpdoc/en/reference/xslt/reference.xml:1.5
> > --- phpdoc/en/reference/xslt/reference.xml:1.4 Sun Oct  6 17:22:33 2002
> > +++ phpdoc/en/reference/xslt/reference.xml Tue Oct  8 04:24:06 2002
> > @@ -1,5 +1,5 @@
> >  
> > -
> > +
> >   
> >XSLT functions
> >XSLT
> > @@ -51,24 +51,24 @@
> >   library should be installed somewhere your compiler can find it.
> >  
> >  
> > - Make sure you have the same libraries linked to the
> > - Sablotron library as those, which are
>linked
> > + Make sure you have the same libraries linkend to the
> > + Sablotron library as those, which are
>linkend
> >   with php. The configuration options:
> > - linked="install.configure.with-expat-dir">--with-expat-dir
> > - linked="install.configure.with-iconv-dir">--with-iconv-dir
> > + linkend="install.configure.with-expat-dir">--with-expat-dir
> > + linkend="install.configure.with-iconv-dir">--with-iconv-dir
> >   are there to help you specify them. When asking for support, always
> >   mention these directives, and whether there are other versions of
>those
> >   libraries installed on your system somewhere. Naturally, provide all
>the
> >   version numbers.
> >  
> > -
> > +
> >   JavaScript E-XSLT support
> >   
> >If you compiled Sablotron with
>JavaScript
> >support, you must specify the option:
> > -  linked="install.configure.with-sablot-js">--with-sablot-js.
> > +  linkend="install.configure.with-sablot-js">--with-sablot-js.
> >   
> > -
> > +
> > 
> >
> > 
> >
> >
> >
> > --
> > PHP Documentation Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
>
>--
>PHP Documentation Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php

Met vriendelijke groeten / With kind regards,

Webmaster IDG.nl
Melvyn Sopacua

<@Logan> I spent a minute looking at my own code by accident.
<@Logan> I was thinking "What the hell is this guy doing?"


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/xslt reference.xml

2002-10-08 Thread Gregory Song

gregory Tue Oct  8 04:56:12 2002 EDT

  Modified files:  
/phpdoc/en/reference/xslt   reference.xml 
  Log:
  Revert 'linked'...
  
  
Index: phpdoc/en/reference/xslt/reference.xml
diff -u phpdoc/en/reference/xslt/reference.xml:1.5 
phpdoc/en/reference/xslt/reference.xml:1.6
--- phpdoc/en/reference/xslt/reference.xml:1.5  Tue Oct  8 04:24:06 2002
+++ phpdoc/en/reference/xslt/reference.xml  Tue Oct  8 04:56:12 2002
@@ -1,5 +1,5 @@
 
-
+
  
   XSLT functions
   XSLT
@@ -51,8 +51,8 @@
  library should be installed somewhere your compiler can find it.
 
 
- Make sure you have the same libraries linkend to the
- Sablotron library as those, which are linkend
+ Make sure you have the same libraries linked to the
+ Sablotron library as those, which are linked
  with php. The configuration options:
  --with-expat-dir
  --with-iconv-dir



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] cvs: phpdoc /en/reference/xslt reference.xml

2002-10-08 Thread Gabor Hojtsy

Seems like you have done a search and replace and modified "linked" in
the text too, where it was absolutely correct (in two places). Please
revert those two text occurances.

Goba

> gregory Tue Oct  8 04:24:07 2002 EDT
>
>   Modified files:
> /phpdoc/en/reference/xslt reference.xml
>   Log:
>   linked -> linkend, Tag  added
>
>
> Index: phpdoc/en/reference/xslt/reference.xml
> diff -u phpdoc/en/reference/xslt/reference.xml:1.4
phpdoc/en/reference/xslt/reference.xml:1.5
> --- phpdoc/en/reference/xslt/reference.xml:1.4 Sun Oct  6 17:22:33 2002
> +++ phpdoc/en/reference/xslt/reference.xml Tue Oct  8 04:24:06 2002
> @@ -1,5 +1,5 @@
>  
> -
> +
>   
>XSLT functions
>XSLT
> @@ -51,24 +51,24 @@
>   library should be installed somewhere your compiler can find it.
>  
>  
> - Make sure you have the same libraries linked to the
> - Sablotron library as those, which are
linked
> + Make sure you have the same libraries linkend to the
> + Sablotron library as those, which are
linkend
>   with php. The configuration options:
> - --with-expat-dir
> - --with-iconv-dir
> + --with-expat-dir
> + --with-iconv-dir
>   are there to help you specify them. When asking for support, always
>   mention these directives, and whether there are other versions of
those
>   libraries installed on your system somewhere. Naturally, provide all
the
>   version numbers.
>  
> -
> +
>   JavaScript E-XSLT support
>   
>If you compiled Sablotron with
JavaScript
>support, you must specify the option:
> -  --with-sablot-js.
> +  --with-sablot-js.
>   
> -
> +
> 
>
> 
>
>
>
> --
> PHP Documentation Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/xslt reference.xml

2002-10-08 Thread Gregory Song

gregory Tue Oct  8 04:24:07 2002 EDT

  Modified files:  
/phpdoc/en/reference/xslt   reference.xml 
  Log:
  linked -> linkend, Tag  added
  
  
Index: phpdoc/en/reference/xslt/reference.xml
diff -u phpdoc/en/reference/xslt/reference.xml:1.4 
phpdoc/en/reference/xslt/reference.xml:1.5
--- phpdoc/en/reference/xslt/reference.xml:1.4  Sun Oct  6 17:22:33 2002
+++ phpdoc/en/reference/xslt/reference.xml  Tue Oct  8 04:24:06 2002
@@ -1,5 +1,5 @@
 
-
+
  
   XSLT functions
   XSLT
@@ -51,24 +51,24 @@
  library should be installed somewhere your compiler can find it.
 
 
- Make sure you have the same libraries linked to the
- Sablotron library as those, which are linked
+ Make sure you have the same libraries linkend to the
+ Sablotron library as those, which are linkend
  with php. The configuration options:
- --with-expat-dir
- --with-iconv-dir
+ --with-expat-dir
+ --with-iconv-dir
  are there to help you specify them. When asking for support, always
  mention these directives, and whether there are other versions of those
  libraries installed on your system somewhere. Naturally, provide all the
  version numbers.
 
-
+
  JavaScript E-XSLT support
  
   If you compiled Sablotron with JavaScript
   support, you must specify the option:
-  --with-sablot-js.
+  --with-sablot-js.
  
-
+

 




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/xslt reference.xml

2002-10-06 Thread Melvyn Sopacua

msopacuaSun Oct  6 17:22:33 2002 EDT

  Modified files:  
/phpdoc/en/reference/xslt   reference.xml 
  Log:
  (general) Add more help for configuration options and pre-prep support
questions (if that's possible :-).
Introduce constants.
  
  
Index: phpdoc/en/reference/xslt/reference.xml
diff -u phpdoc/en/reference/xslt/reference.xml:1.3 
phpdoc/en/reference/xslt/reference.xml:1.4
--- phpdoc/en/reference/xslt/reference.xml:1.3  Sat Jul 20 08:37:49 2002
+++ phpdoc/en/reference/xslt/reference.xml  Sun Oct  6 17:22:33 2002
@@ -1,5 +1,5 @@
 
-
+
  
   XSLT functions
   XSLT
@@ -50,6 +50,25 @@
  options. The Sablotron
  library should be installed somewhere your compiler can find it.
 
+
+ Make sure you have the same libraries linked to the
+ Sablotron library as those, which are linked
+ with php. The configuration options:
+ --with-expat-dir
+ --with-iconv-dir
+ are there to help you specify them. When asking for support, always
+ mention these directives, and whether there are other versions of those
+ libraries installed on your system somewhere. Naturally, provide all the
+ version numbers.
+
+
+ JavaScript E-XSLT support
+ 
+  If you compiled Sablotron with JavaScript
+  support, you must specify the option:
+  --with-sablot-js.
+ 
+

 

@@ -62,10 +81,7 @@
 &no.resource;

 
-   
-&reftitle.constants;
-&no.constants;
-   
+   &reference.xslt.constants;
 
   
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php