Friday, June 23, 2006

Dallas Code Camp!

I will be attending this coming Saturday June 24th (2006) the Dallas Code Camp, I will be participating as a volunteer and as a presenter, the next presentation will be about Extending XSLT's or XSLT Extensibility.

The layout for the presentation on the Dallas Code Camp will be more code samples than PowerPoint slides that will give me more time to focus on the main aspects of the transformations and the ways to script and extend the XSLTs.

The demos will demonstrate the following different ways to use the XSLT's

1) Simple transformation (Xml to Html)
2) Transformation using XSL internal scripting with C# code
· I will be demonstrating how to write and debug the internal scripting
3) Transformation using Extended attributes passing class objects to the XSL.
· The sample will reside on the same assembly, debugging and implementation will be detailed
4) Transformation using Extended attributes using late binding assemblies

Friday, May 19, 2006

Starting point!

This is my first posting on the Topic for SQL Server 2005 and XML technologies.

After having the presentation for the Topic SQL XML implementing XPath and XQuery, for the C# SIG in Dallas, realized that I would like to continue to explore more on those areas and start blogging and getting some of the sample code and how I used the technology on my projects

More interesting the XQuery and SQL server 2005, I have some models running for one of the current projects, implementing Xquery to gather information for a particular user and matched information.

I will continue posting details and make more sample code available on the next posting.