pramenjatjek
Programmer
How can you represent a unicode character, for example an em dash, in an XML document through a schema?
Do I need to create an empty tag in my xml document (eg, <em/>) and then refer to this empty character in a schema? I found some information about \p{} which would represent a character. So would this then be \p{—}? How is this put in a schema though?
Thank you
Do I need to create an empty tag in my xml document (eg, <em/>) and then refer to this empty character in a schema? I found some information about \p{} which would represent a character. So would this then be \p{—}? How is this put in a schema though?
Thank you