Results of 1 - 10 of about 21 for xmlns (0.012 sec.)
- id に対応する要素を検索する 11991
- « DOMDocument::createTextNode DOMDocument::getElementsByTagName » PHP Manual DOMDocument id に対
...
DATA)> <!ELEMENT author (#PCDATA)> <!ATTLIST books xmlns CDATA #IMPLIED> <!ATTLIST books xmlns:xhtml CDATA ...
ylesheet type="text/xsl" href="style.xsl"?> <books xmlns="http://books.php/" xmlns:xhtml="http://www.w3.org ...
MDocument , 検索 , author , 対応 , books , email , xmlns , ATTLIST , basics ...
-
https://man.plustar.jp/php/domdocument.getelementbyid.html
- [similar]
- 属性ノードを返す 11433
- « DOMElement::getAttribute DOMElement::getAttributeNodeNS » PHP Manual DOMElement 属性ノードを返
...
戻り値 属性ノードを返します。 XML の名前空間宣言 ( xmlns や xmlns:* 属性) については、 DOMAttr オブジェクト ...
, DOMElement , qualifiedName , getAttributeNode , xmlns , 要素 , DOMNameSpaceNode , 名前 , DOMAttr ...
-
https://man.plustar.jp/php/domelement.getattributenode.html
- [similar]
- 関連付けられた名前空間に新しい要素を作成する 11010
- « DOMDocument::createElement DOMDocument::createEntityReference » PHP Manual DOMDocument 関連付け
...
l version="1.0" encoding="iso-8859-1"?> <xfoo:test xmlns:xfoo="http://www.example.com/XFoo">This is the roo ...
$root -> setAttributeNS ( 'http://www.w3.org/2000/xmlns/' , 'xmlns:g' , 'http://base.google.com/ns/1.0' ); ...
す。 <?xml version="1.0" encoding="utf-8"?> <element xmlns="http://www.w3.org/2005/Atom" xmlns:g="http://base ...
-
https://man.plustar.jp/php/domdocument.createelementns.html
- [similar]
- ドキュメントで宣言されている名前空間を返す 10740
- « SimpleXMLElement::count SimpleXMLElement::getName » PHP Manual SimpleXMLElement ドキュメントで
...
XML <?xml version="1.0" standalone="yes"?> <people xmlns:p="http://example.org/ns"> <p:person id="1">John D ...
XML <?xml version="1.0" standalone="yes"?> <people xmlns:p="http://example.org/ns" xmlns:t="http://example. ...
</p:person> <p:person t:id="2" a:addr="123 Street" xmlns:a="http://example.org/addr"> Susie Q. Public </p:p ...
-
https://man.plustar.jp/php/simplexmlelement.getdocnamespaces.html
- [similar]
- XFormsの処理 10181
- « セッション ファイルアップロードの処理 » PHP Manual 機能 XFormsの処理 XFormsの処理 » XForms は、
...
ことにします。 例1 簡単なXForms検索フォーム <h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns="http://www ...
できます。 例2 XFormにより $_POST を送信する <h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns="http://www ...
-
https://man.plustar.jp/php/features.xforms.html
- [similar]
- 属性ノードを返す 9471
- « DOMElement::getAttributeNode DOMElement::getAttributeNS » PHP Manual DOMElement 属性ノードを返
...
戻り値 属性ノードを返します。 XML の名前空間宣言 ( xmlns や xmlns:* 属性) については、 DOMAttr オブジェクト ...
-
https://man.plustar.jp/php/domelement.getattributenodens.html
- [similar]
- XML 名前空間の使用 9200
- « 単純な XML ドキュメントの作成 オブジェクト指向 API の使用 » PHP Manual 例 XML 名前空間の使用 X
...
ing="UTF-8"?> <prefix:books isbn="" prefix:isbn="" xmlns:prefix="uri">book1</prefix:books> 関連キーワード: ...
, 作成 , 要素 , 方法 , 出力 , version , encoding , xmlns ...
-
https://man.plustar.jp/php/example.xmlwriter-namespace.html
- [similar]
- ドキュメントで使用している名前空間を返す 8778
- « SimpleXMLElement::getName SimpleXMLElement::registerXPathNamespace » PHP Manual SimpleXMLEleme
...
XML <?xml version="1.0" standalone="yes"?> <people xmlns:p="http://example.org/ns" xmlns:t="http://example. ...
-
https://man.plustar.jp/php/simplexmlelement.getnamespaces.html
- [similar]
- PHP 関数を XSLT 関数として利用できるようにする 8642
- « XSLTProcessor::importStylesheet XSLTProcessor::removeParameter » PHP Manual XSLTProcessor PHP
...
" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:p ...
-
https://man.plustar.jp/php/xsltprocessor.registerphpfunctions.html
- [similar]
- DOMDocument オブジェクト内の XIncludes を置換する 8355
- « DOMDocument::validate DOMDocumentFragment » PHP Manual DOMDocument DOMDocument オブジェクト内の
...
?php $xml = <<<EOD <?xml version="1.0" ?> <chapter xmlns:xi="http://www.w3.org/2001/XInclude"> <title>Books ...
下のようになります。 <?xml version="1.0"?> <chapter xmlns:xi="http://www.w3.org/2001/XInclude"> <title>Books ...
-
https://man.plustar.jp/php/domdocument.xinclude.html
- [similar]