A Simple HTML/XML Parser Overview For a given HTML/XML document as String Creates a proper type representation Support a simple document transformation based on given transformations rules. The flow could be showed as XML/HTML as String => XmlType => TransformDocumentRules => XmlType => Print as String The current configuration is set to change the word "Oranges" into a next Int numbers val defaultTransformationRules = TransformDocumentRules( elements = SearchEngine.elementToSearchFor, attributes = SearchEngine.attributesToSearchFor, valuesIncluded = SearchEngine.defaultReqAttributeChunks.chunksAttributeNamesIncluded, valuesExcluded = SearchEngine.defaultReqAttributeChunks.chunksAttributeNameExcluded )
dfurmans/orangeTracker
A Simple HTML/XML Parser
Overview
Support a simple document transformation based on given transformations rules.
The flow could be showed as
The current configuration is set to change the word "Oranges" into a next Int numbers