|
PostgreSQL Source Code git master
|
#include "postgres.h"#include "fmgr.h"#include "utils/builtins.h"#include "utils/xml.h"#include "varatt.h"
Go to the source code of this file.
Functions | |
| PG_FUNCTION_INFO_V1 (xslt_process) | |
| Datum | xslt_process (PG_FUNCTION_ARGS) |
| PG_FUNCTION_INFO_V1 | ( | xslt_process | ) |
| Datum xslt_process | ( | PG_FUNCTION_ARGS | ) |
Definition at line 46 of file xslt_proc.c.
References cstring_to_text_with_len(), ereport, errcode(), errmsg(), ERROR, fb(), palloc_object, PG_CATCH, PG_END_TRY, PG_GETARG_TEXT_PP, PG_RE_THROW, PG_RETURN_NULL, PG_RETURN_TEXT_P, PG_TRY, pg_xml_done(), pg_xml_error_occurred(), PG_XML_STRICTNESS_LEGACY, pgxml_parser_init(), VARDATA_ANY(), VARSIZE_ANY_EXHDR(), and xml_ereport().