You are not logged in.

#1 2014-01-01 09:16:07

sant527
Member
Registered: 2009-06-21
Posts: 273

using javascript on multiple file html

I am having a folder with 1000 html files.

I have to remove certain nodes which is easy using xpath for each html. SO i have made the javascript. I cant open each html file in firefox and run the javascript through firebug console.

I m using linux, so how to do.

Offline

#2 2014-01-01 10:21:16

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: using javascript on multiple file html

Have you tried using other tools e.g. xmlstarlet or xmllint? The latter has e.g.

       --xpath "XPath_expression"
           Run an XPath expression given as argument and print the result. In case of a nodeset result, each node in the node set is serialized in full in
           the output. In case of an empty node set the "XPath set is empty" result will be shown and an error exit code will be returned.

Offline

Board footer

Powered by FluxBB