ID: 8109
Updated by: sterling
Reported By: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: Sablotron XSL
Bug Type: Feature/Change Request
Assigned To: 
Comments:

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

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

[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.

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


Full Bug description available at: http://bugs.php.net/?id=8109


-- 
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