Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > main > by-pkgid > 0afeee9cca140e167a996902b9a677c5 > files > 528

php-manual-en-4.3.0-2mdk.noarch.rpm

<HTML
><HEAD
><TITLE
>DomXsltStylesheet-&#62;result_dump_file</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="PHP Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="DOM XML functions"
HREF="ref.domxml.html"><LINK
REL="PREVIOUS"
TITLE="DomXsltStylesheet->process"
HREF="function.domxsltstylesheet-process.html"><LINK
REL="NEXT"
TITLE="DomXsltStylesheet->result_dump_mem"
HREF="function.domxsltstylesheet-result-dump-mem.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="refentry"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.domxsltstylesheet-process.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.domxsltstylesheet-result-dump-mem.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.DomXsltStylesheet-result-dump-file"
></A
>DomXsltStylesheet-&#62;result_dump_file</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN22140"
></A
><P
>    (no version information, might be only in CVS)</P
>DomXsltStylesheet-&#62;result_dump_file&nbsp;--&nbsp;
         Dumps the result from a XSLT-Transformation into a file
    </DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN22143"
></A
><H2
>Description</H2
>string <B
CLASS="methodname"
>DomXsltStylesheet-&#62;result_dump_file</B
> ( object DomDocument, string filename)<BR
></BR
><DIV
CLASS="warning"
><P
></P
><TABLE
CLASS="warning"
BORDER="1"
WIDTH="100%"
><TR
><TD
ALIGN="CENTER"
><B
>Warning</B
></TD
></TR
><TR
><TD
ALIGN="LEFT"
><P
>This function is
<SPAN
CLASS="emphasis"
><I
CLASS="emphasis"
>EXPERIMENTAL</I
></SPAN
>. The behaviour of this function, the
name of this function, and anything else documented about this
function may change without notice in a future release of PHP. 
Use this function at your own risk.</P
></TD
></TR
></TABLE
></DIV
><P
>&#13;        This function is only available since PHP 4.3
        </P
><P
>&#13;        Since DomXsltStylesheet-&#62;process() always returns a well-formed XML DomDocument, 
        no matter what output method was declared in &#60;xsl:output&#62; and similar
        attributes/elements, it's of not much use, if you want to output HTML 4 or text data.
        This function on the contrary honors &#60;xsl:output method="html|text"&#62;
        and other output control directives. See the example for instruction of how to use it.
    </P
><P
>&#13;     <TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
CLASS="EXAMPLE"
><TR
><TD
><DIV
CLASS="example"
><A
NAME="AEN22160"
></A
><P
><B
>Example 1. Saving the result of a XSLT transformation in a file</B
></P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
CELLPADDING="5"
><TR
><TD
><PRE
CLASS="php"
>&#60;?php
$filename = "stylesheet.xsl";
$xmldoc = domxml_open_file("data.xml");
$xsldoc = domxml_xslt_stylesheet_file($filename);
$result =  $xsldoc-&#62;process($xmldoc);
print $xsldoc-&#62;result_dump_file($result,"filename");     
?&#62;</PRE
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
>
    </P
><P
>&#13;     See also  <B
CLASS="function"
>domxml_xslt_result_dump_mem()</B
>, 
     <B
CLASS="function"
>domxml_xslt_process()</B
>
    </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.domxsltstylesheet-process.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.domxsltstylesheet-result-dump-mem.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>DomXsltStylesheet-&#62;process</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.domxml.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>DomXsltStylesheet-&#62;result_dump_mem</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>