Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old September 4th, 2008, 07:15 AM
Roberto
Guest
 
Posts: n/a
Default XSLT Processor in PHP5

Hi all,

I hope this newsgroup is good for my question...
I usually perform xsl transformations using the Saxon processor.
I also usually call, into my xsl files, external java functions.
Now, I would like use the xslt processor provided by php5.
Do you know if the php processor support external java functions?
I wrote a little xsl file wih a call to a java function and it doesn't work
:-(
Thanks in advanance for your help

ps
sorry for my english


  #2  
Old September 4th, 2008, 11:45 AM
Martin Honnen
Guest
 
Posts: n/a
Default Re: XSLT Processor in PHP5

Roberto wrote:
Quote:
I hope this newsgroup is good for my question...
I usually perform xsl transformations using the Saxon processor.
I also usually call, into my xsl files, external java functions.
Now, I would like use the xslt processor provided by php5.
Do you know if the php processor support external java functions?
No, I don't think so. PHP 5 uses libxslt which is implemented in C and
not in Java. See http://xmlsoft.org/XSLT/ and
http://www.php.net/manual/en/book.xsl.php and in particular
http://www.php.net/manual/en/xsltpro...pfunctions.php as
that explains how to use PHP to write functions to be used in your XSLT
stylesheet.

--

Martin Honnen
http://JavaScript.FAQTs.com/
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles