Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   XML (http://www.velocityreviews.com/forums/f32-xml.html)
-   -   How to get SOH Character into XML (http://www.velocityreviews.com/forums/t167433-how-to-get-soh-character-into-xml.html)

homer 07-07-2004 06:04 PM

How to get SOH Character into XML
 
I need to get the SOH (Start of Heading character into my XML hex code
01). Anyone know how to do this.

Thanks

Shmuel (Seymour J.) Metz 07-07-2004 06:23 PM

Re: How to get SOH Character into XML
 
In <69761c88.0407071004.44f37d44@posting.google.com >, on 07/07/2004
at 11:04 AM, homercrez@gmail.com (homer) said:

>I need to get the SOH (Start of Heading character into my XML hex
>code 01). Anyone know how to do this.


What's wrong with &1; and  or, where permitted, %1?

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org


Martin Honnen 07-07-2004 06:43 PM

Re: How to get SOH Character into XML
 


homer wrote:

> I need to get the SOH (Start of Heading character into my XML hex code
> 01). Anyone know how to do this.


I think you need XML version 1.1 which is a specification by now but
parser support is generally not there, but check
http://www.w3.org/TR/2004/REC-xml11-20040204/
and the implementation report yourself
http://www.w3.org/XML/2002/09/xml11-implementation.html

--

Martin Honnen
http://JavaScript.FAQTs.com/



All times are GMT. The time now is 07:14 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57