Skip to content

Instantly share code, notes, and snippets.

View ond1's full-sized avatar

O'Neil Delpratt ond1

View GitHub Profile
@ond1
ond1 / testXSLT30.cpp
Last active July 25, 2023 17:54
SaxonC: C++ Samples for XSLT 3.1
#include <sstream>
#include <stdio.h>
#include "../../Saxon.C.API/DocumentBuilder.h"
#include "../../Saxon.C.API/SaxonProcessor.h"
#include "../../Saxon.C.API/XdmArray.h"
#include "../../Saxon.C.API/XdmFunctionItem.h"
#include "../../Saxon.C.API/XdmItem.h"
#include "../../Saxon.C.API/XdmMap.h"