Vuo  2.3.2
Functions
VuoTextHtml.c File Reference

Description

VuoTextHtml implementation.

Definition in file VuoTextHtml.c.

Go to the source code of this file.

Functions

static void VuoXmlError (void *unused, xmlError *error)
 Redirect libxml2 errors to Console. 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

◆ 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.

Definition at line 56 of file VuoTextHtml.c.

◆ VuoXmlError()

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

Redirect libxml2 errors to Console.

Definition at line 31 of file VuoTextHtml.c.