Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
damijanc committed Apr 10, 2024
1 parent 5d49b07 commit 00835d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ After roughly 11 years this lib is finally getting and update. It uses a nice PH
# Something about XML itself
Valid XML needs to start with xml version and encoding declaration like ```<?xml version="1.0" encoding="utf-8"?>```. XML without it is invalid.

Library by default uses UTF-8 encoding. So please make sure that all your strings are in proper encoding
Library by default uses UTF-8 encoding. So please make sure that all your strings are properly encoded.

XML supports multiple type of text: text, CDATA and an element.

Expand Down

0 comments on commit 00835d9

Please sign in to comment.