File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,6 @@ sabre/xml
55
66The sabre/xml library is a specialized XML reader and writer.
77
8- I often found myself repeating the same pattern for XML manipulation over and
9- over. This library implements that pattern.
10-
11- At it's heart, the library maps XML elements to PHP value objects.
12-
13- The following assumptions are made:
14-
15- * XML namespaces are used everywhere,
16- * XML is written and read sequentially,
17- * All XML elements map to PHP classes and scalars,
18- * Elements generally contain either just text, just sub-elements or nothing all,
19- * Elements are represented by classes. A class has a ` serializeXml ` and a
20- ` deserializeXml ` method,
21- * Namespace prefixes must be completely ignored by an XML reader.
22-
23- This is not your average XML library. The intention is not to make this super
24- simple, but rather very powerful for complex XML applications.
25-
268Documentation
279-------------
2810
You can’t perform that action at this time.
0 commit comments