Page 2 of 2

Re: XML Error (Invalid character as tag name)

Posted: Thu Jun 04, 2015 11:34 am
by pieter
Hi Antonio,

Thanks for sharing. After using the libraries, I got some new errors. It looked like the errors are not easily solved (by me) and I think there will be a lot more errors. Errors I saw were e0020 incomplete statement or unbalanced delimiters which had something to do with the code Public: and Private: , other code that had some problems were "DEFAULT" and AT()

My plan is to try to find the solution for the XML Error (Invalid character as tag name) with Xharbour1.2.3 again. Important for me is that I eventually have a sufficient understanding of compilers such as harbour and xharbour in general, so that I can solve future errors more easily and rapidly. Maybe I am going try to solve the problem with both compilers harbour and xharbour in the same period, also to understand the most important differences of the two compilers.

Everybody, thanks again.

Pieter:)

Re: XML Error (Invalid character as tag name)

Posted: Thu Jun 04, 2015 2:18 pm
by nageswaragunupudi
In class definition, PUBLIC and PRIVATE are not accepted. There is no such syntax.

Possible are :
EXPORT:
PROTECTED:
HIDDEN:

Re: XML Error (Invalid character as tag name)

Posted: Mon Jun 08, 2015 6:49 am
by pieter
Dear Roa,

I already thought something like that, good to know that PUBLIC: and PRIVATE: syntax indeed don't exist in harbour.

Kind regards,

Pieter

Re: XML Error (Invalid character as tag name)

Posted: Wed Jun 10, 2015 10:09 am
by pieter
Hey, the problem is solved! :D,

Some XML-files did not had something like this:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
, the old xharbour version did allowed this, and the new xharbour did not.

Kind regards,

Pieter

Re: XML Error (Invalid character as tag name)

Posted: Wed Jun 10, 2015 4:24 pm
by Antonio Linares
very good! :-)