Vuo  1.2.8
Functions
VuoTextHtml.c File Reference

Description

VuoTextHtml implementation.

Functions

static void VuoXmlError (void *unused, xmlError *error)
 Redirect libxml2 errors to Console. More...
 
static void __attribute__ ((constructor))
 Initialize libxml (hopefully just once) for this process. More...
 
VuoText VuoText_removeHtml (VuoText text)
 Returns a new string, removing HTML tags, and converting numeric character references and character entity references to their corresponding character. More...
 

Function Documentation

◆ __attribute__()

static void __attribute__ ( (constructor)  )
static

Initialize libxml (hopefully just once) for this process.

◆ VuoText_removeHtml()

VuoText VuoText_removeHtml ( VuoText  text)

Returns a new string, removing HTML tags, and converting numeric character references and character entity references to their corresponding character.

◆ VuoXmlError()

static void VuoXmlError ( void *  unused,
xmlError *  error 
)
static

Redirect libxml2 errors to Console.