Browse by Tags

All Tags » Office » XML Related (RSS)

Open Packaging Convention (OPC)

Was reading MSDN Magazine through the week and there is an article in it on OPC. In short OPC is a new standard for saving complex data, perhaps stored in multiple files, to a single file (a package) using a combination of two standard technologies zip...
Posted by dsmyth

VS2005 Intellisense support for custom XML Schemas.

I'd love to know how intellisense in Visual Studio 2005 works but all I know, or assume, is it's either based on definitions in a xsd schema (for markup based files) or by reflection of an assemblies metadata (type definitions in code). I'm...