Skip to content

Commit 0b13d6f

Browse files
committed
Simplify docs.
1 parent 0e749e7 commit 0b13d6f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,6 @@ sabre/xml
55

66
The 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-
268
Documentation
279
-------------
2810

0 commit comments

Comments
 (0)