-
Notifications
You must be signed in to change notification settings - Fork 25
CSharp API
David Jeske edited this page May 17, 2017
·
3 revisions
Only a basic wrapper has been created for C#.
namespace Clearsilver {
class Hdf {
Hdf(); // creates a new HDF dataset
void setValue(string name, string value);
string getValue(string name);
}
class CSTContext {
CSTContext(Hdf hdf);
void parseFile(string filename);
string render();
}
}
Home
News
Motivation
License
Discussion @ Yahoo Groups
Clearsilver cs XSLT
Clearsilver vs PHP
Overview
..HDF Dataset
..Template Syntax
....Expressions
....Macros
....Functions
..CGI Kit
....Config Vars
..FAQ
API
..C
..Python
..Perl
..Java
..C#
..Ruby
..node.js (external)
..PHP (external)