Skip to content

dfurmans/orangeTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple HTML/XML Parser

Overview

  1. 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
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages