I tried to compile with Lazarus 0.9.20 B but i get

uMain.pas(447,71) Error: identifier idents no member "TextContent"
I cant see this property in the XML node. What version do you use?

I use 0.9.21 most dayly actual svn and an own build fpc 2.1.1 mostly not older than an month ... Is there in 0.9.20 another property that holds the content of <MyXMLNode>This content the TextContent Property gives</MyXMLNode>
if you find an property in 0.9.20 that gives these content we can change it.

I downloaded synapse to het the HTTP part working.

From analizing the source I can see it's a language problem.
The first is this line in the scan button
 http.HTTPMethod('GET',eWikiPage.Text+'Spezial:Allpages');
Mine is
http://www.osfinancials.org/mediawiki/index.php/Speciaal:Allpages

OK, i will make an property of this thats stored in the xml property file

I would suggest we move this over to a ini file or something like that.

the propertys you can set are already stored in an xml file so we can store it there ...

As this is the case with all language specific wiki's.
I see some code that looks if its english or German.

right

Maby even handel anny language setups that are in a folder.

I think an simple option schould be enougth this schould be the only option we have to take care of ...

by the way i will make an folder in the lazarus ccr svn repositore so anyone can simply make and send patches with svn ...

best regards
Christian Ulrich
_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to