GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
firestring_estr_xml_encode(3) FreeBSD Library Functions Manual firestring_estr_xml_encode(3)

firestring_estr_xml_encode - encode an estring into another estring for transmission inside XML data

#include <firestring.h>
-lfirestring

int firestring_estr_xml_encode(struct firestring_estr_t *destination, struct firestring_estr_t *source)

firestring_estr_xml_encode() encodes the contents of source by escaping characters that might trigger XML processing into destination, provided that there is room in destination. The minimum required space in destination is the length of source * 6.

0 if the string was encoded successfully; 1 if there was insufficient space in destination for the encoding to occur.

Ian Gulliver <ian@penguinhosting.net>

libfirestring(3)
2002-09-21

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.