C
chak
I'm writting xml documents in french language. So i need to use special
characters like é and à. For this purpose i use HTML standard entities
like é.
But when i open my xml documents with my xml viewer an XML Parsing
Error(undefined entity) occur. It seems to me quite normal as entity
like é are not part of xml standard.
I found on google a file called iso-lat1.ent (part of DocBook project)
which defined all entities i need.
But i don't know how to include this file in my xml documents.
Especially is there a command to import all entities from the file
rather than importing them one by one.
Thanks for help.
characters like é and à. For this purpose i use HTML standard entities
like é.
But when i open my xml documents with my xml viewer an XML Parsing
Error(undefined entity) occur. It seems to me quite normal as entity
like é are not part of xml standard.
I found on google a file called iso-lat1.ent (part of DocBook project)
which defined all entities i need.
But i don't know how to include this file in my xml documents.
Especially is there a command to import all entities from the file
rather than importing them one by one.
Thanks for help.