Re: URL parsing problem (General questions)
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:
- URL parsing problem - Paul Draper, 2005-10-07, 13:46
- Re: URL parsing problem - wodSupport, 2005-10-08, 10:46
- Re: URL parsing problem - Paul Draper, 2005-10-13, 10:39
- Re: URL parsing problem - Thomas McQueen, 2008-03-26, 17:30
- Re: URL parsing problem - woddrazen, 2008-03-26, 18:21
- Re: URL parsing problem - Thomas, 2008-03-26, 21:17
- Re: URL parsing problem - wodDamir, 2008-03-27, 19:40
- Re: URL parsing problem - Thomas, 2008-03-27, 21:49
- Re: URL parsing problem - wodDamir, 2008-03-27, 19:40
- Re: URL parsing problem - Thomas, 2008-03-26, 21:17
- Re: URL parsing problem - woddrazen, 2008-03-26, 18:21
- Re: URL parsing problem - Thomas McQueen, 2008-03-26, 17:30
- Re: URL parsing problem - Paul Draper, 2005-10-13, 10:39
- Re: URL parsing problem - wodSupport, 2005-10-08, 10:46