Hey all,
trying to resolve highest firmware for cisco devices from their homepage.
Anybody could help me with the regex to do this?
Information source:
mdfTree.addElementRel(1,-1,'','');
mdfTree.addElementRel(168, 1, 'Latest Releases', '');
mdfTree.addElementRel(2,168, '5.2(1)N1(2)', '&mdfid=283444903&catid=268438038&softwareid=282088129&release=5.2(1)N1(2)&rellifecycle=&relind=AVAILABLE&reltype=latest', '', '', '', '', '', '', '','', '5.2(1)N1(2)latest',1);
mdfTree.addElementRel(3,168, '5.1(3)N2(1b)', '&mdfid=283444903&catid=268438038&softwareid=282088129&release=5.1(3)N2(1b)&rellifecycle=&relind=AVAILABLE&reltype=latest', '', '', '', '', '', '', '','', '5.1(3)N2(1b)latest',1);
mdfTree.addElementRel(4,168, '5.0(3)N2(2b)', '&mdfid=283444903&catid=268438038&softwareid=282088129&release=5.0(3)N2(2b)&rellifecycle=&relind=AVAILABLE&reltype=latest', '', '', '', '', '', '', '','', '5.0(3)N2(2b)latest',1);
mdfTree.addElementRel(5,168, '5.0(3)N2(2a)', '&mdfid=283444903&catid=268438038&softwareid=282088129&release=5.0(3)N2(2a)&rellifecycle=&relind=AVAILABLE&reltype=latest', '', '', '', '', '', '', '','', '5.0(3)N2(2a)latest',1);
mdfTree.addElementRel(169, 1, 'All Releases', '');
Thanks in advance,
cr1zz