From 4038ab95a094b363f1748f3dcb51511a1217475d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:40:05 +0200 Subject: Adding upstream version 2.0.16. Signed-off-by: Daniel Baumann --- docs/html/tutorial-serializer-create.html | 43 +++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/html/tutorial-serializer-create.html (limited to 'docs/html/tutorial-serializer-create.html') diff --git a/docs/html/tutorial-serializer-create.html b/docs/html/tutorial-serializer-create.html new file mode 100644 index 0000000..c361d7a --- /dev/null +++ b/docs/html/tutorial-serializer-create.html @@ -0,0 +1,43 @@ + + + + +Create the Serializer object: Raptor RDF Syntax Library Manual + + + + + + + + + + + + + + + + +
+

+Create the Serializer object

+

The serializer can be created directly from a known name using +raptor_new_serializer() +such as rdfxml for the W3C Recommendation RDF/XML syntax: +

+
+  raptor_serializer* rdf_serializer;
+
+  rdf_serializer = raptor_new_serializer(world, "rdfxml");
+
+

+or the name can be discovered from an description +as discussed in +Querying Functionality +

+
+ + + \ No newline at end of file -- cgit v1.2.3