开发者

SOH (Start of Heading) in XML / XSLT

I'm trying to create the SOH (Start Of Heading) character in开发者_运维技巧 XML 1.1 using XSLT. I need this character to delimitter two strings.

I tried the following strings, but in most cases the parser dont't accept them.


!
#x1
a

Onlye the second one was accepted, but this is just a !.

Did anyone know how to add the SOH correctly to the XML?

Thanks alot... SoniX


SOH = ^A = Decimal 1 = Hex 01

Try &X01 or &01

IHTH

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜