Re: [fpc-pascal] XML from a site

2015-07-18 Thread leledumbo
> There is not and there should not be Agree in the name of modularity. AFAIK fphttpclient has overloaded methods that accept TStream so it's still a one liner code (if you use the class method version). -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/XML-from

Re: [fpc-pascal] XML from a site

2015-07-17 Thread Sven Barth
Am 17.07.2015 08:11 schrieb "Chris Moody" : > > Hi all, > > Currently working on an app which needs to be able to read an XML from a website. Looking at the page at http://wiki.freepascal.org/XML_Tutorial it appears there is no way to get XML directly from a URL. > > Do I need to pull the page down

[fpc-pascal] XML from a site

2015-07-16 Thread Chris Moody
Hi all, Currently working on an app which needs to be able to read an XML from a website. Looking at the page at http://wiki.freepascal.org/XML_Tutorial it appears there is no way to get XML directly from a URL. Do I need to pull the page down via : function GetWebPageContent(const Url: str