Package Exports
- @azure/core-xml
- @azure/core-xml/dist-esm/src/xml.browser.js
- @azure/core-xml/dist-esm/src/xml.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@azure/core-xml) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Azure Core XML client library for JavaScript (Experimental)
This library is primarily intended to be used in code generated by AutoRest and autorest.typescript
for APIs that require parsing XML payloads.
Getting started
Requirements
- Node.js version > 8.x
Installation
This package is primarily used in generated code and not meant to be consumed directly by end users.
Key concepts
XML parsing is mostly delegated to the browser and xml2js
.
Examples
Examples can be found in the samples
folder.
Next steps
See @azure/core-client
for actual usage.
Troubleshooting
If you run into issues while using this library, please feel free to file an issue.
Contributing
If you'd like to contribute to this library, please read the contributing guide to learn more about how to build and test the code.