ID: 8109
Updated by: sterling
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Feature/Change Request
Operating System: redhat 6.2 linux 2.2.17
PHP Version: 4.0.3pl1
New Comment:

and it won't :)))

Please use the new XSLT extension (which doesn't have output transformations...)

Previous Comments:
------------------------------------------------------------------------

[2001-01-16 06:32:01] [EMAIL PROTECTED]

Is designed this way, move to feature/change request..

------------------------------------------------------------------------

[2000-12-05 02:27:13] [EMAIL PROTECTED]

imagine a situation of the form:

<? # target a specific user agent
xslt_output_begintransform("agentN.xsl");
?>
<content>
how now brown cow
<? # transform an sql result set into an html table
xslt_output_begintransform("table.xsl");
?>
<result>
        <row><col>one</col><col>two</col></row>
        <row><col>1</col><col>2</col></row>
</result>
<? xslt_output_endtransform(); ?>
</content>
<? xslt_output_endtransform(); ?>

this might easily be desired (as i do), but it doesn't work. perhaps it's because 
sablotron doesn't allow more than one concurrent xslt processor.

the errors that result are odd indeed, like the second filename string being smashed 
before its use.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=8109&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to