|
|
Browse by Tags
All Tags » .NET » XML (RSS)
-
See ScottGu's announcement at: http://weblogs.asp.net/scottgu/archive/2008/10/14/silverlight-2-released.aspx
Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
-
I suggest you have a look at Kirk Allen Evan's blog post:
XmlWriterSettings Encoding Being Ignored?
http://blogs.msdn.com/kaevans/archive/2008/08/11/xmlwritersettings-encoding-being-ignored.aspx
Short explanation is that if you directly or indirectly end up using StringBuilder under the covers, it forces your XML to be written in UTF-16. ...
-
I promised to spread the word. :-)
Phil and his peers have a developer event, DDD Ireland, in Ireland on 3rd of May. And here's the "official poster" :-)
Developer Event? Ah go on, go on, go on.
Check it out at www.DDDIreland.com
Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
-
My web site http://teemukeiski.net is now up and running. There's basically 0 content right now <grin>, but I'm going to correct that relatively soon. I have new blog & forum running there, so feel free to check that out. And of course, you can ask me questions there, too.
http://teemukeiski.net on nyt pystyssä. Käytännössä ...
-
This is FAQ for those used to work with XSLT. Anyway, this one was also asked on Forums. The question in shortened form was:
I have the following XML:
<sm><Allocations><Item Parent=''C'' Level=''1'' class_code=''C'' class=''Cash (C)'' Allocation=''0.5'' /><Item Parent=''C'' Level=''2'' class_code=''00CC'' class=''Cash ...
-
Chris asked on forums a question about using SQL2005's XQuery features. He had XML like this
<?xml version='1.0' standalone='yes'?>
<marketingContent>
<accessoryItemsHeading>ACCESSORY ITEMS</accessoryItemsHeading>
<accessoryItemsText>Accessor Text Info</accessoryItemsText>
...
|
|
|