OutSystems Forge 日本語データベース

ExtractNodeFromXml

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-02-10 1.0.0 Praveen Thakur 9.1.301.0 All Java Applications
この拡張は、特定のノードのXMLブロックを抽出し、Stringと同じものを返すのに役立ちます。
この拡張は、特定のノードのXMLブロックを抽出し、Stringと同じものを返すのに役立ちます。 例: <Application> <Account> <AccountNumber>1234</AccountNumber> </Account> </Application> 今度は、アカウントブロックのそれぞれを文字列として抽出する場合は すなわち、 <Account> <AccountNumber>1234</AccountNumber> </Account> 次に、完全なXmlを 'RequestXml'として、Accountを 'Node'として入力パラメーターとして拡張モジュールに渡します。

[Overview]
This extension will help in extracting the XML block of particular node and return the same as String.
[Detail]
This extension will help in extracting the XML block of particular node and return the same as String. Example: <Application> <Account> <AccountNumber>1234</AccountNumber> </Account> </Application> Now if you want to extract each of the Account block as string i.e. <Account> <AccountNumber>1234</AccountNumber> </Account> then pass complete Xml as 'RequestXml' and Account as 'Node' as input parameter to the extension.
戻る