Contents Previous Next

mxml_text_s


Description

An XML text value.

Definition

struct mxml_text_s
{
  char * string;
  int whitespace;
};

Members

NameDescription
stringFragment string
whitespaceLeading whitespace?

Contents Previous Next