Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an XML parser, and then a composable XML components example #18

Open
RoyalIcing opened this issue Dec 24, 2022 · 0 comments
Open

Comments

@RoyalIcing
Copy link
Contributor

XML Parser

  • Can parse XML elements into a node tree
  • Output: XML node tree

Custom XML Parser

  • Can parse XML with a known set of tag names and child hierarchy
  • Uses the above XML parser at the low level, but compose inside higher level components
  • Output:: your custom objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant