Provides a set of decorators and services for parsing and serializing XML documents into TypeScript classes. It simplifies the process of mapping XML elements and attributes to class properties, handling data validation, and serializing objects back into XML. The library supports defining XML structures using decorators and offers a flexible way to customize parsing and serialization logic.
Add the package to your workspace:
yarn add @rxap/xml-parser
Execute the init generator:
yarn nx g @rxap/xml-parser:init
Initialize the package in the workspace
nx g @rxap/xml-parser:init