From f309930ee43351f6bd76dc7f98a9330df23f908d Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Sat, 8 Jan 2022 06:29:51 +0530 Subject: [PATCH] updated docs --- docs/v4/3.XMLBuilder.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/v4/3.XMLBuilder.md b/docs/v4/3.XMLBuilder.md index afa72091..035dc83e 100644 --- a/docs/v4/3.XMLBuilder.md +++ b/docs/v4/3.XMLBuilder.md @@ -56,6 +56,7 @@ To recognize attribute properties in the JS object so that they can be trimmed. ## attributesGroupName To recognize attribute properties group in the JS object so that they can be trimmed and can form attribute expresstion for a tag. +This property is not supported when `preserveOrder: true` because attributes are already grouped. ## attributeValueProcessor To customize the bahaviour of parsing an attribute value to the string value. It accepts attribute name and value.