検索

phrase: max: clip:
target: order:
Results of 1 - 6 of about 6 for stylesheet (0.009 sec.)
スタイルシートを取り込む 12119
« XSLTProcessor::hasExsltSupport XSLTProcessor::registerPHPFunctions » PHP Manual XSLTProcessor ... スタイルシートを取り込む XSLTProcessor::importStylesheet (PHP 5, PHP 7, PHP 8) XSLTProcessor::importStylesh ... ルシートを取り込む 説明 public XSLTProcessor::importStylesheet ( object $stylesheet ): bool このメソッドは XSLTPr ... 換のためのスタイルシートを取り込みます。 パラメータ stylesheet 取り込まれるスタイルシートを DOMDocument オブジェク ... を返します。 関連キーワード: XSLTProcessor , importStylesheet , stylesheet , オブジェクト , hasExsltSupport , re ...
https://man.plustar.jp/php/xsltprocessor.importstylesheet.html - [similar]
collection.xml および collection.xsl ファイルの例 10876
« 例 libxml のエラー処理関数によるエラー処理 » PHP Manual 例 collection.xml および collection.xs ... /year> </cd> </collection> 例2 collection.xsl <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XS ... select="year"/></h2> <hr /> </xsl:template> </xsl:stylesheet> 関連キーワード: collection , ファイル , 例 , およ ... び , cd , year , template , owner , stylesheet , 処理 ...
https://man.plustar.jp/php/xsl.examples-collection.html - [similar]
libxml のエラー処理関数によるエラー処理 8719
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー ... fruits.xsl 無効な select 式が含まれています。 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XS ... A DELIBERATE ERROR!"/></li> </xsl:template> </xsl:stylesheet> 例3 エラーの捕捉と表示 以下の例は、エラーを含むス ... タイルシートで XSLTProcessor::importStyleSheet() を呼んだ際に発生する libxml のエラーを捕らえて表 ... _internal_errors ( true ); $result = $xsl -> importStyleSheet ( $xsldoc ); if (! $result ) { foreach ( libxml_ge ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
PHP 関数を XSLT 関数として利用できるようにする 8719
« XSLTProcessor::importStylesheet XSLTProcessor::removeParameter » PHP Manual XSLTProcessor PHP ... <<<EOB <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XS ... ach> </table> </body></html> </xsl:template> </xsl:stylesheet> EOB; $xmldoc = DOMDocument :: loadXML ( $xml ); $ ... ; $proc -> registerPHPFunctions (); $proc -> importStyleSheet ( $xsldoc ); echo $proc -> transformToXML ( $xmldo ... isterPHPFunctions , パラメータ , functions , importStylesheet , removeParameter , public , array ...
https://man.plustar.jp/php/xsltprocessor.registerphpfunctions.html - [similar]
XSLTProcessor クラス 7330
« libxml のエラー処理関数によるエラー処理 XSLTProcessor::__construct » PHP Manual XSL XSLTProces ... : int public hasExsltSupport (): bool public importStylesheet ( object $stylesheet ): bool public registerPHPFun ... ートしているかどうかを判定する XSLTProcessor::importStylesheet — スタイルシートを取り込む XSLTProcessor::register ...
https://man.plustar.jp/php/class.xsltprocessor.html - [similar]
id に対応する要素を検索する 7019
« DOMDocument::createTextNode DOMDocument::getElementsByTagName » PHP Manual DOMDocument id に対 ... D> <!ATTLIST author email CDATA #IMPLIED> ]> <?xml-stylesheet type="text/xsl" href="style.xsl"?> <books xmlns="h ...
https://man.plustar.jp/php/domdocument.getelementbyid.html - [similar]
PREV 1 NEXT