Group:  General » microsoft.public.office.xml
Thread: WordML: How to make a nonbreaking space

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

WordML: How to make a nonbreaking space
Virgul 14.12.2005 15:39:03
Hi,

I need to knw how to make an nonbreaking space in WordML? how to declare it?
can you give me an example?

I'm french so if it's not the correct word: nonbreaking space. When you are
in word and you press Crtl+shift+space that make one(nonbreaking space)!

thanks for your help!!!

++

Thierry
Re: WordML: How to make a nonbreaking space
Cindy M -WordMVP- <C.Meister-C[ at ]hispeed.ch> 15.12.2005 17:15:46
Hi =?Utf-8?B?VmlyZ3Vs?=,

[Quoted Text]
> I need to knw how to make an nonbreaking space in WordML? how to declare it?
> can you give me an example?
>
> I'm french so if it's not the correct word: nonbreaking space. When you are
> in word and you press Crtl+shift+space that make one(nonbreaking space)!
>
best way to find this out is to type it into a document (maybe with a very
little text, so that you can find it more easily!). Save the document as XML.
Open it in Notepad or another text editor.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)

Re: WordML: How to make a nonbreaking space
Virgul 16.12.2005 08:21:51
Hi Cindy,

Thanks for your reply!

I have do that but I don't have seen that an nonbreaking space is a special
caracter in xml too!

It's like a normal space in xml editor but in truth it's a special caracter
A0 in hex!

++

Thierry

"Cindy M -WordMVP-" wrote:

[Quoted Text]
> Hi =?Utf-8?B?VmlyZ3Vs?=,
>
> > I need to knw how to make an nonbreaking space in WordML? how to declare it?
> > can you give me an example?
> >
> > I'm french so if it's not the correct word: nonbreaking space. When you are
> > in word and you press Crtl+shift+space that make one(nonbreaking space)!
> >
> best way to find this out is to type it into a document (maybe with a very
> little text, so that you can find it more easily!). Save the document as XML.
> Open it in Notepad or another text editor.
>
> Cindy Meister
> INTER-Solutions, Switzerland
> http://homepage.swissonline.ch/cindymeister
> http://www.word.mvps.org
>
> This reply is posted in the Newsgroup; please post any follow question or reply
> in the newsgroup and not by e-mail :-)
>
>
Re: WordML: How to make a nonbreaking space
Cindy M -WordMVP- <C.Meister-C[ at ]hispeed.ch> 19.12.2005 21:18:14
Hi =?Utf-8?B?VmlyZ3Vs?=,

[Quoted Text]
> I have do that but I don't have seen that an nonbreaking space is a special
> caracter in xml too!
>
> It's like a normal space in xml editor but in truth it's a special caracter
> A0 in hex!
>
If I open the XML file in Word as "plain text" I get what's probably a unicode
combination of 194+160 (160 is the ANSI character for a space, not sure what
the 194 is doing.)

Looks like you might have to find some way to build this as an entity... If I
can figure anything out, I'll post back here.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)

Re: WordML: How to make a nonbreaking space
Cindy M -WordMVP- <C.Meister-C[ at ]hispeed.ch> 19.12.2005 21:21:46
Hi =?Utf-8?B?VmlyZ3Vs?=,

[Quoted Text]
> I have do that but I don't have seen that an nonbreaking space is a special
> caracter in xml too!
>
> It's like a normal space in xml editor but in truth it's a special caracter
> A0 in hex!
>
See if the information in this link helps (search for non-breaking space)

http://java.oreilly.com/news/javaxslt_0801.html

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)

Re: WordML: How to make a nonbreaking space
Virgul 20.12.2005 06:56:03
Hi Cindy,

Thanks for your investigation!

I will try your link if the idea is better as my! With a A0 in Hex that work
too. We have a old database and we make an export to Tamino (XML database)
and during the export we replace the space by this A0.

We have now solve the probleme because before with all the transformation
the caracter was at the end : "á" in tamino. But now that work but for the
new entry in the database I will see your link for do like this!

Thank you very much!

Thierry Coita
POWERneting SA
Switzerland
http://www.powernet.ch

"Cindy M -WordMVP-" wrote:

[Quoted Text]
> Hi =?Utf-8?B?VmlyZ3Vs?=,
>
> > I have do that but I don't have seen that an nonbreaking space is a special
> > caracter in xml too!
> >
> > It's like a normal space in xml editor but in truth it's a special caracter
> > A0 in hex!
> >
> See if the information in this link helps (search for non-breaking space)
>
> http://java.oreilly.com/news/javaxslt_0801.html
>
> Cindy Meister
> INTER-Solutions, Switzerland
> http://homepage.swissonline.ch/cindymeister
> http://www.word.mvps.org
>
> This reply is posted in the Newsgroup; please post any follow question or
> reply in the newsgroup and not by e-mail :-)
>
>
Re: WordML: How to make a nonbreaking space
Cindy M -WordMVP- <C.Meister-C[ at ]hispeed.ch> 20.12.2005 09:58:59
Hi =?Utf-8?B?VmlyZ3Vs?=,

[Quoted Text]
> I will try your link if the idea is better as my! With a A0 in Hex that work
> too. We have a old database and we make an export to Tamino (XML database)
> and during the export we replace the space by this A0.
>
> We have now solve the probleme because before with all the transformation
> the caracter was at the end : "á" in tamino. But now that work but for the
> new entry in the database I will see your link for do like this!
>
I expect my link won't give you a much better alternative than the approach you
already have. Basically, it describes how to create an entity in the XML.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)

Re: WordML: How to make a nonbreaking space
David Thielen <david[ at ]windward.net> 23.12.2005 04:31:44
0xA0 is a non-breaking space. 0x20 is a regular space

On Fri, 16 Dec 2005 00:21:51 -0800, Virgul
<Virgul[ at ]discussions.microsoft.com> wrote:

[Quoted Text]
>Hi Cindy,
>
>Thanks for your reply!
>
>I have do that but I don't have seen that an nonbreaking space is a special
>caracter in xml too!
>
>It's like a normal space in xml editor but in truth it's a special caracter
>A0 in hex!
>
>++
>
>Thierry
>
>"Cindy M -WordMVP-" wrote:
>
>> Hi =?Utf-8?B?VmlyZ3Vs?=,
>>
>> > I need to knw how to make an nonbreaking space in WordML? how to declare it?
>> > can you give me an example?
>> >
>> > I'm french so if it's not the correct word: nonbreaking space. When you are
>> > in word and you press Crtl+shift+space that make one(nonbreaking space)!
>> >
>> best way to find this out is to type it into a document (maybe with a very
>> little text, so that you can find it more easily!). Save the document as XML.
>> Open it in Notepad or another text editor.
>>
>> Cindy Meister
>> INTER-Solutions, Switzerland
>> http://homepage.swissonline.ch/cindymeister
>> http://www.word.mvps.org
>>
>> This reply is posted in the Newsgroup; please post any follow question or reply
>> in the newsgroup and not by e-mail :-)
>>
>>


david[ at ]at-at-at[ at ]windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net