yieldparser icon indicating copy to clipboard operation
yieldparser copied to clipboard

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

Open RoyalIcing opened this issue 3 years ago • 0 comments

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

RoyalIcing avatar Dec 24 '22 03:12 RoyalIcing