Skip to content

abdulbadii/HTML-XML-Operation-Raku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Get or Remove HTML element

Get or Remove HTML element(s) in a file by specifying a path

The element path is of Xpath syntax e.g:

html/body/div[1]/div/div[2]

means find in a given HTML or XML file, the second div tag element that is under every div element, under the first div element, under any body element, under any html element.

html/body/div[1]//div[1]/div[2]

means find in a given HTML or XML file, the second div tag element that is under the first div element lies anywhere, by depth or breadth, in the first div element of any body element, under any html element.

It may be put in multiply one after another delimited by ; or |

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages