Re: URL parsing problem - WeOnlyDo Discussion board

Re: URL parsing problem (General questions)

by Thomas, Wednesday, March 26, 2008, 21:17 (5880 days ago) @ woddrazen

Hi Thomas,

I cannot duplicate it so probably it's fixed.

Please download latest 1.3.4.257 version from our website and let us know how it goes.

Regards,
Drazen

Well I updated HTML Parser to 1.0.0.9 (from .8) to no avail.

Here's the code I'm using and the result I'm getting:

Entity in lcFile html: <input name= trccvs value= <I>misc Text</I> >

loX = CREATEOBJECT( WeOnlyDo.wodHtmlParser.1 )
loX.load(lcFile)
loY = loX.parts.filter( input ).Search(ByAttributeValue, trccvs )
lcText = loY.item(0).attributes.item( value ).value
loX.unload()

Writing out lcText I get just: <I


Complete thread: