Skip to main content

VO Conversion

Go Search
VO Conversion
  

Other Blogs
Ed on Office
VO Conversion > Posts > Loading schema's and transformations in Word
Loading schema's and transformations in Word
 
 
private void ThisAddIn_Startup(object sender, System.EventArgs e)

{

Word.XMLNamespace ons;
object sname;
sname =
"MySchema";
object tname;
tname =
"MyXSL";
object missing = Type.Missing;

ons = this.Application.XMLNamespaces.Add(@"C:\MySchema.XSD", ref missing, ref sname, true);

ons.XSLTransforms.Add(@"C:\MyXSL.XSL", ref tname , true);

}

Comments

There are no comments yet for this post.
Items on this list require content approval. Your submission will not appear in public views until approved by someone with proper rights. More information on content approval.

Title


Body *


email *


Attachments