Lazily serializes an object to XML for usage in XPath/XSLT.
Lazily serializes an C# object to XML for usage in XPath/XSLT.
For example:
_________________________________________
ObjectXmlNavigator nav = new ObjectXmlNavigator("myObject", MyObject);
XslTransform xslTrans = new XslTransform();
xslTrans.Transform(nav, null, objStream);
_________________________________________
Using the ObjectXmlNavigator object you can now access the properties of MyObject in your XSLT.
EnvRide provides a way to override an Xml File based on "Environments" (e.g. Local, Dev, QA, Prod) and to automate this process for build scripts. Powerfull because uses Xpath, can change everything of a Xml file.
Project to develop xVRML specs & related s/w tech. VRML97 put 3D worlds on the net & xVRML evolves it w/ Schema-based re-definition. Schema forms base for spec docs & model of the data in a VR world, as well as dev of tech-demo app & plugin s/w.