OutSystems Forge 日本語データベース

XML Records

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

Forge英文サイト

2016-06-15 1.6.0 Ricardo Silva 9.1.300.0 All All Libraries
レコードやレコードリストで構成される階層構造をXMLに変換できる拡張機能です。 構造体にXMLを読み込むこともできます。
レコードやレコードリストで構成される階層構造をXMLに変換できる拡張機能です。また、XMLテキストを構造体に読み戻すこともできます。 特徴 - RecordToXml - RecordListToXml - XmlToRecordList 文字列データはXML安全な形式に変換されます(&&; ...) すべての機能では、次のようなフィールドのオプションを指定できます。 - 属性またはレコードがXML上で取得する名前 - レコードリストがシーケンスとして、または内部シーケンスを持つ子レコードとして含まれている場合 - 空の値を破棄する必要がある場合 - フィールドのNULL値 - 与えられた構造体/レコード型の名前空間 システム要件と制限 最新バージョンはAgile Platform 7.0+用です Agile Platform 5.1および6.0で使用可能な古いバージョン 複数の構造で構成されるレコードはサポートされていません 注意:このコンポーネントは、非公開で文書化されていないプラットフォームAPIを利用しています。その結果、このコンポーネントは、プラットフォームのアップグレード時に予期せず破損することがあります。プラットフォームのアップグレード/パッチ適用時にアプリケーションが期待どおりに機能し続けることを確認するために、適切なテストを行うことをお勧めします。

[Overview]
An extension that allows you to convert an hierarchical structure, composed of Records and/or RecordLists to XML. It also allows to read an XML into the structure
[Detail]
An extension that allows you to convert an hierarchical structure, composed of Records and/or RecordLists to XML. It also allows to read back an XML text into the structure. Feature List - RecordToXml - RecordListToXml - XmlToRecordList String data is converted to XML safe formats (& -> &...) All functions allow you to specify options for the fields such as: - The name that the attribute or record will get on the XML - If a recordlist is included as a sequence or as a child record with an inner sequence - If empty values should be discarded - The nullable value for a field - The namespace for a given structure/record type System Requirements and Limitations Latest version is for Agile Platform 7.0+ Older versions available for Agile Platform 5.1 and 6.0 Records composed of multiple structures are not supported Notice: This component takes advantage of private and undocumented Platform APIs, which can change without notice. As a result, this component may unexpectedly break as the Platform is upgraded. We advise proper testing to ensure that your applications continue to work as expected when upgrading/patching the Platform.
戻る