Skip to content

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

@RoyalIcing

Description

@RoyalIcing

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions