Click here to Skip to main content
15,897,518 members
Articles / Programming Languages / XML

A Library for Writing/Building Scripts in C#

Rate me:
Please Sign up or sign in to vote.
4.15/5 (6 votes)
14 Oct 2008CPOL3 min read 54.6K   503   55  
Designed to make it easier to write scripts such as JavaScript in C#
<?xml version="1.0" encoding="utf-8" ?>
<!--
  This document specifies metadata that is shared by all conceptual and 
  auto-generated reference topics.
  
  It can also be used to override metadata in individual conceptual topics, 
  although the preferred approach to add metadata per topic is to use the 
  Metadata tab on the Topic Properties UI instead.
  
  The following example adds several DocSet attributes to every topic.
  
  <topic id="*">
    <attribute name="DocSet">My Custom DocSet</attribute>
    <attribute name="DocSet">NETFramework</attribute>
    <attribute name="DocSet">C#</attribute>
    <attribute name="DocSet">Visual Basic</attribute>
    <attribute name="DocSet">Visual Studio</attribute>
    <attribute name="DocSet">VisualWebDeveloper</attribute>
    <attribute name="DocSet">ExpressLibVS</attribute>
  </topic>
  -->
<metadata assetTypeId="ContentMetadata">
  <topic id="*">
    <!-- insert metadata elements here for all topics -->
  </topic>
</metadata>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Web Site Advantage
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions