what i do for that is write a specific php function to build xml data 
from database and put it in a phpvar for instance $xml

same for xsl

and then  run 
xslt_process($xsl,$xml,$ouput) ; 
print($output) ;

the problem is that it is not streamline like the equivalent xml_parse
() php function from expat.


maybe this is too rudimentary for whar you want ?





> 
> > >  Is it possible to set your own schema handler under php 
4.0.4pl1?
> >
> > Hi I don't understand your question
> 
>  I mean URI scheme different from 'file:' and 'arg:'.
> 
>  I want some my XML documents and XSL templates to be requested from
> database by Sablotron.
>  For example by 'db:' scheme.
> 
>  Sablotron allows to set URI scheme handler.
> 
>  But php 4.0.4pl1 sablot module doesn't (only SAX handler, and error
> handler).
> 
>  I want to find a way to do that.
> 
> With best regards,
>    Alexander Veremyev.
> 
> 
> 


Reply via email to