~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to tools/gsoap/gsoap-linux-2.7/import/.svn/text-base/c14n.h.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 
3
 
c14n.h
4
 
 
5
 
*/
6
 
 
7
 
/******************************************************************************\
8
 
 *                                                                            *
9
 
 * Schema Namespaces                                                          *
10
 
 *                                                                            *
11
 
\******************************************************************************/
12
 
 
13
 
//gsoap c14n  schema import:    http://www.w3.org/2001/10/xml-exc-c14n#
14
 
//gsoap c14n  schema elementForm:       qualified
15
 
//gsoap c14n  schema attributeForm:     unqualified
16
 
 
17
 
/******************************************************************************\
18
 
 *                                                                            *
19
 
 * Schema Types                                                               *
20
 
 *                                                                            *
21
 
\******************************************************************************/
22
 
 
23
 
typedef struct _c14n__InclusiveNamespaces
24
 
{       @char*                          PrefixList;
25
 
} _c14n__InclusiveNamespaces;