Hi Ian, > Couple of questions ... > > 1) The NormalizeXml filter only applies the filter to pages of class > "com.gargoylesoftware.htmlunit.xml.XmlPage" - and gives the warning > "WARN : Ignoring non-XML response > (com.canoo.webtest.extension.NormalizeXmlFilter)". I would find this > normalize functionality useful for pages of class > "com.gargoylesoftware.htmlunit.html.HtmlPage" ... is this an appropriate > request for me to raise in Jira?
if you have usage of it, yes. I guess that it wasn't easy to do at the time where NormalizeXmlFilter has been written but since HtmlUnit's HTML Dom implements standard DOM interface it should now be straightforward. > 2) Is there a way for me to create and use my own steps / filters? > Adjusting the NormaliseXml filter to filter HtmlPages would possibly be > a simple change and it'd be great to be able to create a custom step and > then I could submit the request as a working example. quite easy: just define your class and register it in the Ant project in place of NormaliseXml. Cheers, Marc. -- Web: http://www.efficient-webtesting.com Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

