| [ Index ] |
PHP Cross Reference of Unnamed Project v0.00 |
[Source view] [Print]
(no description)
| File Size: | 49 lines (1 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
XSLTProcessor40:: (2 methods):
process()
processFile()
Class: XSLTProcessor40 - X-Ref
PHP4.0.x用XSLT処理クラスです| process($xslt, $xml, $xsl) X-Ref |
| XML/XSLデータから、変換結果を返します param: Object $xslt XSLTハンドラ(ダミー) param: String $xml XMLデータ param: String $xsl XSLTデータ return: String 変換結果 |
| processFile($xslt, $xml, $xsl) X-Ref |
| XML/XSLファイルを読み込み、変換結果を返します param: Object $xslt XSLTハンドラ param: String $xml XMLファイル名 param: String $xsl XSLTファイル名 return: String 変換結果 |
| Generated: Wed May 25 00:22:31 2005 | Cross-referenced by PHPXref 0.6 |