Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » XML   (RSS)

DDD Ireland

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
Posted by joteke | 0 Comments
Filed under: , , , ,

Handy XSLT Reference Site focused on specific tasks

I've used the information on this site for years now (in addition to Michael Kay's XSLT books). The site has gathered responses by some of the best XSLT professionals, to common XSLT-related questions / tasks . Dave Pawson's XSLT Questions
Posted by joteke | 0 Comments
Filed under:

teemukeiski.net running on Community Server 2.1

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
Posted by joteke | 0 Comments
Filed under: , , , ,

Getting MAX with XSLT

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"
Posted by joteke | 0 Comments
Filed under: ,

On Forums: Turning XML elements to SQL resultset rows in SQL2005

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
Posted by joteke | 0 Comments
Filed under: , ,

MVP.Xml library 2.0 released

I'm late with this one, but this one damn cool thing! XML & Web service MVPs have released a library which supplements current XML-related functionality in .NET Framework. Be sure to check Oleg's announcement . Share this post: email it! | bookmark
Posted by joteke | 0 Comments
Filed under: ,

@XML/ASP.NET Forums: <xsl:for-each> or <xsl:apply-templates>?

A user asked a question at XML Forum on ASp.NET Forums. In the scenario where one would like to iterate over an element's children, ie. outputting one table row for each child element, you can use xsl:apply-templates or xsl:for-each. Is there a performance
Posted by joteke | 1 Comments
Filed under:

Upcoming Changes to System.Xml in .NET Framework 2.0 Beta 2

Dare Obasanjo lists the upcoming changes . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by joteke | 0 Comments
Filed under: ,

XML Developer Center: XPath Querying Over DataSets with the DataSetNavigator

Bit oldie (almost a month) but quite goldie IMO. View the article Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by joteke | 0 Comments
Filed under:

MSDN XML Developer Center: An Introduction to the XML Tools in Visual Studio 2005

This is bit older one (beginning of July) but absolutely an interesting one. Gotta add second post right away (with different category at least ;-) ) Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by joteke | 0 Comments
Filed under:

XSLT: Recursively adding attributes to certain nodes

Marco asked at ASP.NET Forums how to process existing XML compliant HTML document recursively such that you would add certain attribute(s) to certain type of element node(s). This is what I came up with and it seems to work pretty fine. <? xml version
Posted by joteke | 3 Comments
Filed under:

"What's New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release" on MSDN XML Developer Center

Take a look at it here . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by joteke | 0 Comments
Filed under:

"Best Practices for Representing XML in the .NET Framework" on MSDN

Dare Obasanjo has new Extreme XML column up on MSDN. Take a look at it here . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by joteke | 0 Comments
Filed under:

Review: XQuery, The XML Query Language

My review for the aforementioned title is now online . In case you wonder what XQuery is, I've introduced it like this: " XQuery is a W3C initiative, emerging standard, at the time of writing in draft stage. XQuery is targeted to be a universal query
Posted by joteke | 1 Comments
Filed under: