scraping my own sitemap.xml is harder than i thought!
i start with recording webpage goto url... http://www.mydomain.com/sitemap.xml
select "page text" and select "DOM html" then copy to "macros builder" but in regular expression on (Procession results) ...i always gets blank screen...with no outcome....whatsoever
An example of the dome source text:
<TD><A href="http://www.mydomain.com/some-text-here/">http://www.mydomian.com/some-text-here/</A> </TD>
before required text there is always i put... <A href="http://
this goes after the required text i put... //
the required text always starts with i put.. http://
the required text ends with i put.. /
In the center....( i try tick each button)
I am trying only to scrape this text out (www.mydomain.com/some-text-here/)
what wrong i did? could anyone point that out...please! :confused:
i start with recording webpage goto url... http://www.mydomain.com/sitemap.xml
select "page text" and select "DOM html" then copy to "macros builder" but in regular expression on (Procession results) ...i always gets blank screen...with no outcome....whatsoever
An example of the dome source text:
<TD><A href="http://www.mydomain.com/some-text-here/">http://www.mydomian.com/some-text-here/</A> </TD>
before required text there is always i put... <A href="http://
this goes after the required text i put... //
the required text always starts with i put.. http://
the required text ends with i put.. /
In the center....( i try tick each button)
I am trying only to scrape this text out (www.mydomain.com/some-text-here/)
what wrong i did? could anyone point that out...please! :confused: