From 367ebc1dd44b3c84a94e2ba5940cdfff7dbe6a0d Mon Sep 17 00:00:00 2001 From: JeanCarl Bisson Date: Tue, 19 May 2020 20:31:02 -0700 Subject: [PATCH] Moved options property from Outputs to Inputs section --- .../@node-red/nodes/locales/de/parsers/70-XML.html | 8 ++++---- .../@node-red/nodes/locales/en-US/parsers/70-XML.html | 8 ++++---- .../@node-red/nodes/locales/ja/parsers/70-XML.html | 4 ++-- .../@node-red/nodes/locales/ko/parsers/70-XML.html | 4 ++-- .../@node-red/nodes/locales/zh-CN/parsers/70-XML.html | 4 ++-- .../@node-red/nodes/locales/zh-TW/parsers/70-XML.html | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/node_modules/@node-red/nodes/locales/de/parsers/70-XML.html b/packages/node_modules/@node-red/nodes/locales/de/parsers/70-XML.html index 4740ea204..1842ed135 100755 --- a/packages/node_modules/@node-red/nodes/locales/de/parsers/70-XML.html +++ b/packages/node_modules/@node-red/nodes/locales/de/parsers/70-XML.html @@ -20,6 +20,10 @@
payloadObjekt | String
Ein JavaScript Objekt oder ein XML String.
+
options Objekt
+
This optional property can be used to pass in any of the options supported by the underlying + library used to convert to and from XML. See the xml2js docs + for more information.

Ausgaben

@@ -30,10 +34,6 @@
  • Wenn die Eingabe ein JavaScript-Objekt ist, wird versucht ein XML-String zu erstellen.
  • -
    Optionen Objekt
    -
    This optional property can be used to pass in any of the options supported by the underlying - library used to convert to and from XML. See the xml2js docs - for more information.

    Details

    Bei der Konvertierung zwischen XML und einem Objekt werden standardmäßig alle XML-Attribute als Eigenschaft namens $ hinzugefügt. diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-XML.html b/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-XML.html index 07513907d..e378a6358 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-XML.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-XML.html @@ -20,6 +20,10 @@

    payloadobject | string
    A JavaScript object or XML string.
    +
    options object
    +
    This optional property can be used to pass in any of the options supported by the underlying + library used to convert to and from XML. See the xml2js docs + for more information.

    Outputs

    @@ -30,10 +34,6 @@
  • If the input is a JavaScript object it tries to build an XML string.
  • -
    options object
    -
    This optional property can be used to pass in any of the options supported by the underlying - library used to convert to and from XML. See the xml2js docs - for more information.

    Details

    When converting between XML and an object, any XML attributes are added as a property named $ by default. diff --git a/packages/node_modules/@node-red/nodes/locales/ja/parsers/70-XML.html b/packages/node_modules/@node-red/nodes/locales/ja/parsers/70-XML.html index 5c882a2ec..1149a072a 100644 --- a/packages/node_modules/@node-red/nodes/locales/ja/parsers/70-XML.html +++ b/packages/node_modules/@node-red/nodes/locales/ja/parsers/70-XML.html @@ -20,6 +20,8 @@

    payloadオブジェクト | 文字列
    JavaScriptオブジェクトもしくはXML文字列
    +
    options オブジェクト
    +
    内部で用いているXMLへの変換ライブラリに対してオプションを渡すことができます。詳しくはthe xml2js docsを参照してください。

    出力

    @@ -30,8 +32,6 @@
  • 入力がJavaScriptオブジェクトの場合、XML文字列に変換します。
  • -
    options オブジェクト
    -
    内部で用いているXMLへの変換ライブラリに対してオプションを渡すことができます。詳しくはthe xml2js docsを参照してください。

    詳細

    XMLとオブジェクトの間での変換を行う場合、デフォルトでは、XML属性は$という名称のプロパティに追加します。 diff --git a/packages/node_modules/@node-red/nodes/locales/ko/parsers/70-XML.html b/packages/node_modules/@node-red/nodes/locales/ko/parsers/70-XML.html index 7d601f6c1..cd7091049 100644 --- a/packages/node_modules/@node-red/nodes/locales/ko/parsers/70-XML.html +++ b/packages/node_modules/@node-red/nodes/locales/ko/parsers/70-XML.html @@ -20,6 +20,8 @@

    payload오브젝트 | 문자열
    JavaScript오브젝트 혹은 XML문자열
    +
    options 오브젝트
    +
    내부에서 사용중인 XML로의 변환 라이브러리에 대해 옵션을 전달할 수 있습니다. 자세한 사항은 the xml2js docs를 참조해 주세요.

    출력

    @@ -30,8 +32,6 @@
  • 입력이 JavaScript오브젝트인 경우, XML문자열로 변환합니다.
  • -
    options 오브젝트
    -
    내부에서 사용중인 XML로의 변환 라이브러리에 대해 옵션을 전달할 수 있습니다. 자세한 사항은 the xml2js docs를 참조해 주세요.

    상세

    XML와 오브젝트의 사이에서의 변환을 수행할 경우, 기본값으로는 XML속성은 $이라는 명칭의 프로퍼티에 추가합니다. diff --git a/packages/node_modules/@node-red/nodes/locales/zh-CN/parsers/70-XML.html b/packages/node_modules/@node-red/nodes/locales/zh-CN/parsers/70-XML.html index 04a7783ef..969f410a0 100644 --- a/packages/node_modules/@node-red/nodes/locales/zh-CN/parsers/70-XML.html +++ b/packages/node_modules/@node-red/nodes/locales/zh-CN/parsers/70-XML.html @@ -20,6 +20,8 @@

    payloadobject | 字符串
    JavaScript对象或XML字符串。
    +
    options object
    +
    可以将选项传递给内部使用的XML转换库。请参见 xml2js文档 来获取更多信息。

    输出

    @@ -30,8 +32,6 @@
  • 如果输入是JavaScript对象,它将尝试构建XML字符串。
  • -
    options object
    -
    可以将选项传递给内部使用的XML转换库。请参见 xml2js文档 来获取更多信息。

    详细

    在XML和对象之间进行转换时,默认情况下XML属性会添加到名为$的属性中。将文本内容添加到名为_的属性中。这些属性名称可以在节点设置中更改。

    diff --git a/packages/node_modules/@node-red/nodes/locales/zh-TW/parsers/70-XML.html b/packages/node_modules/@node-red/nodes/locales/zh-TW/parsers/70-XML.html index 4f0491291..e4e433fdb 100644 --- a/packages/node_modules/@node-red/nodes/locales/zh-TW/parsers/70-XML.html +++ b/packages/node_modules/@node-red/nodes/locales/zh-TW/parsers/70-XML.html @@ -20,6 +20,8 @@
    payloadobject | 字符串
    JavaScript對象或XML字符串。
    +
    options object
    +
    可以將選項傳遞給內部使用的XML轉換庫。請參見 xml2js文檔 來獲取更多信息。

    輸出

    @@ -30,8 +32,6 @@
  • 如果輸入是JavaScript對象,它將嘗試構建XML字符串。
  • -
    options object
    -
    可以將選項傳遞給內部使用的XML轉換庫。請參見 xml2js文檔 來獲取更多信息。

    詳細

    在XML和對象之間進行轉換時,默認情況下XML屬性會添加到名爲$的屬性中。將文本內容添加到名爲_的屬性中。這些屬性名稱可以在節點設置中更改。