xml

Oct 09 2009

Generic XML Serialization Class

We had to add XML Serialization functionality to a bunch of different classes. Here is a nice generic class for adding static methods for Serialization and Deserialization to any of your classes...

Sep 23 2009

Solving xsd generation error: 'The element .... is missing'

In attempting to build source from an XML schema using the XSD command line tool, I kept getting an error about an element missing.

Jul 28 2009

Default namespacing XSLT... a weird learning experience

Kenny and I ran into an interesting debacle yesterday while attempting to fix a bug. This debacle dealt with the use of XML namespaces and XSL transforms. Even though both of us are proficient with XSL, we still found ourselves in a 2 hour bug fix over what eventually turned out to be a simple namespacing problem.

The rule is... if an XML document has a default namespace it must be matched in XSL by prefixing.

Recent comments