i think i need some kind of html parser that will allow for replacement of certain parts of the html markup
the goal is something like: 1) find all tags that have have a reference to some external resource attribute like "img" or "link" (even ones without a wicket tag) examples: foo1/bar/val <link href="foo2/bar/val2" ..... > etc (notice they dont have wicket tags) 2) select some of these tags depending on what the location of the resource is (maybe we just want to modify the values that start with "foo1") 3) replace the existing value with a new value foo1/bar/val becomes foo3/bar/val basically, i need to be able to change the paths to some of the resources just prior to when wicket begins to process the page. -- View this message in context: http://www.nabble.com/is-there-a-way-to-read-and-then-modify-attributes-of-tags-that-do-not-have-a-wicket-tag--tf3237908.html#a8999520 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
