FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour XML Error (Invalid character as tag name)
Posts: 117
Joined: Thu Jan 08, 2015 09:27 AM
Re: XML Error (Invalid character as tag name)
Posted: Thu Jun 04, 2015 11:34 AM

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:)

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: XML Error (Invalid character as tag name)
Posted: Thu Jun 04, 2015 02:18 PM

In class definition, PUBLIC and PRIVATE are not accepted. There is no such syntax.

Possible are :
EXPORT:
PROTECTED:
HIDDEN:

Regards



G. N. Rao.

Hyderabad, India
Posts: 117
Joined: Thu Jan 08, 2015 09:27 AM
Re: XML Error (Invalid character as tag name)
Posted: Mon Jun 08, 2015 06:49 AM

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

Posts: 117
Joined: Thu Jan 08, 2015 09:27 AM
Re: XML Error (Invalid character as tag name)
Posted: Wed Jun 10, 2015 10:09 AM
Hey, the problem is solved! :-),

Some XML-files did not had something like this:
Code (fw): Select all Collapse
<?xml version="1.0" encoding="UTF-8"?>
, the old xharbour version did allowed this, and the new xharbour did not.

Kind regards,

Pieter
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: XML Error (Invalid character as tag name)
Posted: Wed Jun 10, 2015 04:24 PM

very good! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion