-
This code crashes converting Null to integer with emtpy and elements:
procedure TSimpleParserRSS.Parse;
...
if ChildNodes.Nodes[Counter].ChildNodes.FindNode(reWidth) nil then
FSimpleRSS.Channel.Optional.Image.Optional.Width :=
ChildNodes.Nodes[Counter].ChildNodes.FindNode(reWidth).NodeValue;
if...
2009-09-14 08:17:34 UTC by bheine
-
The project has been idle recently, but I have been working on it.
The next version will use TXMLDocument rather than JEDI's SimpleXML.
This is for 3 reasons
1) It allows the project to be used more widely as JEDI is not needed
2) It simplies the licencing issues: In the past you had to conform to the lgpl (for simplerss) and the mpl (for jedi). Now you just need to conform to the lgpl
3...
2003-12-05 06:36:08 UTC by rmaclean
-
rmaclean committed patchset 8 of module RSS to the SimpleRSS CVS repository, changing 3 files.
2003-04-27 23:50:57 UTC by rmaclean
-
rmaclean committed patchset 7 of module RSS to the SimpleRSS CVS repository, changing 3 files.
2003-04-25 19:56:14 UTC by rmaclean
-
rmaclean committed patchset 6 of module RSS to the SimpleRSS CVS repository, changing 1 files.
2003-04-25 19:55:09 UTC by rmaclean
-
rmaclean committed patchset 5 of module RSS to the SimpleRSS CVS repository, changing 3 files.
2003-04-24 21:22:05 UTC by rmaclean
-
rmaclean committed patchset 4 of module RSS to the SimpleRSS CVS repository, changing 2 files.
2003-04-24 21:20:53 UTC by rmaclean
-
rmaclean committed patchset 3 of module RSS to the SimpleRSS CVS repository, changing 8 files.
2003-04-10 20:08:21 UTC by rmaclean
-
rmaclean committed patchset 2 of module RSS to the SimpleRSS CVS repository, changing 5 files.
2003-04-09 20:49:11 UTC by rmaclean
-
rmaclean committed patchset 1 of module RSS to the SimpleRSS CVS repository, changing 13 files.
2003-04-08 21:10:19 UTC by rmaclean