forked from ElektraInitiative/libelektra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xerces-plugin: add logger, change pointer name, fix cdata deserializa…
…tion, always use relative paths, add special chars to tests ElektraInitiative#1280
- Loading branch information
Showing
7 changed files
with
76 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> | ||
<namespace> | ||
<cascading> | ||
<sw> | ||
<elektra> | ||
<tests> | ||
<xerces> | ||
<!-- this is an attribute --> | ||
<fizz buzz="fizzBuzz" /> | ||
value of xerces | ||
</xerces> | ||
</tests> | ||
</elektra> | ||
</sw> | ||
</cascading> | ||
<user> | ||
<sw> | ||
<elektra> | ||
<tests> | ||
<xerces> | ||
<userKey user="key">withValue</userKey> | ||
</xerces> | ||
</tests> | ||
<!-- comments are ignored --> | ||
</elektra> | ||
</sw> | ||
</user> | ||
</namespace> | ||
<xerces> | ||
<!-- this is an attribute --> | ||
<fizz buzz="fizzBuzz" /> | ||
value of xerces<!-- Comment inside text --> | ||
<userKey user="key">withValue</userKey> | ||
<!-- those need escaping: " ' < > & --> | ||
<späciöl_-keüs1 attr='"' attr2="$%(){}``äüö²[/\'>"<'&">>"&<'</späciöl_-keüs1> | ||
<cdata more-s_päcials="1 & 2 are < 3 
"><![CDATA[this is some cdata text "'<>&ä "]]></cdata> | ||
</xerces> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,4 +161,3 @@ Plugin * ELEKTRA_PLUGIN_EXPORT (xerces) | |
ELEKTRA_PLUGIN_ERROR, &elektraXercesError, | ||
ELEKTRA_PLUGIN_END); | ||
} | ||
|