XML Error (Invalid character as tag name)

User avatar
pieter
Posts: 117
Joined: Thu Jan 08, 2015 9:27 am

Re: XML Error (Invalid character as tag name)

Post 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:)
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: XML Error (Invalid character as tag name)

Post by nageswaragunupudi »

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
User avatar
pieter
Posts: 117
Joined: Thu Jan 08, 2015 9:27 am

Re: XML Error (Invalid character as tag name)

Post 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
User avatar
pieter
Posts: 117
Joined: Thu Jan 08, 2015 9:27 am

Re: XML Error (Invalid character as tag name)

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: XML Error (Invalid character as tag name)

Post by Antonio Linares »

very good! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply