Re: [PHP-XML-DEV] better way?
[email protected] ("Rob Richards")
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
From: Kevin Waterson
> >From an earlier thread I modified this with the
> new function names.. but, what I wish to do is
> load an external xsl doc. Is this possible?
> something like: $dom->applyXslDoc('my.xsl');
As long as it is well formed, you can just do:
$dom->load('my.xsl');
I have some VERY rough docs started with some examples.
So far I have only done up some of the domDocument, and will try to add more
as time permits.
The docs are based on the CVS version of dom.
You can find them at:
http://www.ctindustries.net/dom/
Rob