nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NMEEPub.c File Reference

NME support for EPUB. More...

#include "NME.h"

Go to the source code of this file.

Variables

static NMEEncodeCharDict const opsCharDict []
 Table of character substitutions for OPS XHTML.
NMEOutputFormat const NMEOutputFormatOPSXHTML
 Format strings for EPUB's OPS XHTML output.

Detailed Description

NME support for EPUB.

Author:
Yves Piguet.

Definition in file NMEEPub.c.


Variable Documentation

NMEEncodeCharDict const opsCharDict[] [static]
Initial value:
{
    {'<', "&lt;"},
    {'>', "&gt;"},
    {'"', "&quot;"},
    {'&', "&amp;"},
    {0, NULL}
}

Table of character substitutions for OPS XHTML.

Definition at line 13 of file NMEEPub.c.

Generated by Doxygen.
Copyright 2007-2011, Yves Piguet.
All rights reserved.