473,405 Members | 2,279 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Problems with ø in XML file

Hi,
first of all, excuse for my not good english.

I try to explain my problem, i generete a xml file from a Access 2k database
with a vba procedure, then I trasform my file with an xsl file.

No problem in testing all, but testing the program on customer's data the
problem occur when i found the symbol "ø" in object.

Here you are simple data in error
<macchina><in><numero>16,19</numero><descrizione>KIT 1/2
CARTONE</descrizione><cib><nome>max cc</nome><descrizione>PIGNONE 3/4"X7/16"
SEMPLICE Z=20 øp=121,78 CON FORO
ø=25</descrizione><quantita>2</quantita><lunghezza>500</lunghezza></cib></in></macchina>

Any suggestion to solve the problem?

Thank you in advance,
best regards,
Massimo

Sep 18 '05 #1
4 1673

TheMax wrote:
I try to explain my problem, i generete a xml file from a Access 2k database
with a vba procedure, then I trasform my file with an xsl file.

No problem in testing all, but testing the program on customer's data the
problem occur when i found the symbol "ø" in object.


Make sure the XML file is created in a certain encoding and that
decoding is declared in the XML declaration at the beginning of the XML
file e.g.
<?xml version="1.0" encoding="Windows-1252"?>
Or make sure you create the XML as UTF-8 then you don't need the XML
declaration.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Sep 19 '05 #2
On Mon, 19 Sep 2005, TheMax wrote:
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180

problem occur when i found the symbol "?" in object.


If you cannot even transmit special, non-ASCII characters correctly
in Usenet postings, don't expect to master them in XML.
In your would-be newsreader, you need to choose

Tools > Options > Send
Mail Sending Format > Plain Text Settings > Message format MIME
News Sending Format > Plain Text Settings > Message format MIME
Encode text using: None

--
Top-posting.
What's the most irritating thing on Usenet?

Sep 19 '05 #3
Martin Honnen wrote:

[CUT]
<?xml version="1.0" encoding="Windows-1252"?>


Thank you very much
now it's ok

Best regards,
Massimo
Sep 19 '05 #4
Andreas Prilop wrote:
On Mon, 19 Sep 2005, TheMax wrote:
If you cannot even transmit special, non-ASCII characters correctly
in Usenet postings, don't expect to master them in XML.
In your would-be newsreader, you need to choose

Tools > Options > Send
Mail Sending Format > Plain Text Settings > Message format MIME
News Sending Format > Plain Text Settings > Message format MIME
Encode text using: None


I have already disabled the html posts, but the second option (Plain Text
Settings) was not ok (was unicode),
now I set my mailreader, excuse me

Best regards,
Massimo

Sep 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: jfixsen | last post by:
Hello! Oracle 9.2.0.4 SunOS pchi-db01 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-EnterpriseSystem = SunOS Node = pchi-db01 Release = 5.8 KernelID = Generic_108528-19 Machine = sun4u...
5
by: me | last post by:
I'm also having problems getting the bulk insert to work. I don't know anything about it except what I've gleened from BOL but I'm not seeming to get anywhere...Hopefully there is some little (or...
0
by: Sergistm | last post by:
Hello World, :D I have a problem that it is making me crazy, I hope you can help me. I'm trying to execute a .exe file with the Procces.Start, and there is no problem when the file is on my...
34
by: Alexnb | last post by:
Gerhard Häring wrote: No, it didn't work, but it gave me some interesting feedback when I ran it in the shell. Heres what it told me: Traceback (most recent call last): File...
1
by: jfixsen | last post by:
Hello! Oracle 9.2.0.4 SunOS pchi-db01 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-EnterpriseSystem = SunOS Node = pchi-db01 Release = 5.8 KernelID = Generic_108528-19 Machine = sun4u...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.