Subject:Best way to fix a few hundred xml documents to match a new schema? StylusStudio? Author:Bob Chauvin Date:14 Jun 2007 09:16 AM Originally Posted: 13 Jun 2007 10:37 AM
Is there a built-in way to update a list of xml documents to match a new schema. I've appended fields, and old documents don't have these. I could write some code, but wonder if Stylus Studio has a facility to help here?
Subject:Best way to fix a few hundred xml documents to match a new schema? StylusStudio? Author:Bob Chauvin Date:14 Jun 2007 11:26 AM
Thanks Ivan. As always a quick response. This is why I like Stylus Studio !
A generic example would suffice. Also, Can I use the Stylus Studio UI as the tool to apply the transformations, or will I need to write a little wrapper class (ie vb.net)?
Subject:Best way to fix a few hundred xml documents to match a new schema? StylusStudio? Author:(Deleted User) Date:15 Jun 2007 11:31 AM
Hi Bob,
you can use Stylus Studio to run the transformation; or, if you need to run the transformation from the command line, you can either use the command line version of the built-in XSLT processor that ships with Stylus Studio, or write your own code to invoke either Saxon, MSXSLT or .NET.