From 52c1fcf8793d394669b5c9255ed950fe010ae587 Mon Sep 17 00:00:00 2001 From: Nikhila Jain <99252011+jnikhila@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:06:12 +0530 Subject: [PATCH] chore: removed xml parser (#1867) ## Checklist I have: - [ ] run the content through Grammarly - [ ] linked to sample apps when relevant - [ ] added the meta description for each page in the PR - [ ] minimized the callouts and added only when necessary - [ ] added the `queryString` parameter to the Tabs (if used) - [ ] masked PII in images. For example, login credentials, account details, and more - [ ] added images only when necessary - [ ] deleted the images that are no longer used for the updated pages in the PR - [ ] followed the image file naming convention while renaming or adding new images. (Use lowercase letters, dashes between words, and be as descriptive as possible) - [ ] used the `
` tag instead of a markdown representation for images - [ ] added the `
` tag to add a caption to the image - [ ] added the `alt` attribute in the `` tag - [ ] verified and updated the cross-references or created redirect rules for the changed or removed content - [ ] reviewed and applied the style changes for UI formatting. For example, Bold the UI elements(Buttons on screen) used in the doc. --- website/docs/write-code/reference/Built-in-JS-Libraries.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/write-code/reference/Built-in-JS-Libraries.md b/website/docs/write-code/reference/Built-in-JS-Libraries.md index 64a319908e..e056ffa05c 100644 --- a/website/docs/write-code/reference/Built-in-JS-Libraries.md +++ b/website/docs/write-code/reference/Built-in-JS-Libraries.md @@ -8,6 +8,4 @@ Appsmith provides the following built-in JavaScript libraries that can be utiliz - [Moment](https://momentjs.com/docs/) simplifies working with dates and times in JavaScript by providing functions for parsing, validating, manipulating, and displaying dates and times. -- [xmlParser](https://naturalintelligence.github.io/fast-xml-parser/) can be used for parsing and manipulating XML data in JavaScript. - - [Forge](https://github.com/digitalbazaar/forge) can be used to work with cryptographic algorithms and protocols in JavaScript.