summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorHossein <hossein.ir@gmail.com>2021-04-12 22:29:51 +0430
committerMichael Stahl <michael.stahl@allotropia.de>2021-04-19 11:13:41 +0200
commit628c1c3b0791bb0866917442040dc491de2acb61 (patch)
tree092afdd108ebe13b15133ef0a9cd6380fb2342e3 /xmloff
parent1a984f2ff11e1125f146824924dcc373bccb0cdf (diff)
Updated README.md files
* Updated README.md contents to fix various issues * Fixed source links by using [git:], processed by mkdocs scripts * Added README.md for ios, setup_native, unotest * Fixed issues with "underline" and "less than" sign Change-Id: I3e52a1d3372586c390ee6c42a2ef48bbabc81398 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114248 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/README.md b/xmloff/README.md
index 3eb276c096ad..4c08c6b31645 100644
--- a/xmloff/README.md
+++ b/xmloff/README.md
@@ -6,10 +6,10 @@ via its UNO API, which has the advantage that the same import/export
code can be used for text in all applications (from/to Writer/EditEngine).
The filter consumes/produces via SAX UNO API interface (implemented in
"sax"). Various bits of the ODF filters are also implemented in
-applications, for example [git:sw/source/filter/xml].
+applications, for example `[git:sw/source/filter/xml]`.
There is a central list of all element or attribute names in
-`git:include/xmloff/xmltoken.hxx`. The main class of the import filter
+`[git:include/xmloff/xmltoken.hxx]`. The main class of the import filter
is SvXMLImport, and of the export filter SvXMLExport.
The Import filter maintains a stack of contexts for each element being
@@ -42,6 +42,6 @@ to the OpenOffice.org XML format but is possibly outdated and obsolete.
When adding a new XML token, you need to add its entry in the following three
files:
-* `git:include/xmloff/xmltoken.hxx`
-* `git:xmloff/source/core/xmltoken.cxx`
-* `git:xmloff/source/token/tokens.txt`
+* `[git:include/xmloff/xmltoken.hxx]`
+* `[git:xmloff/source/core/xmltoken.cxx]`
+* `[git:xmloff/source/token/tokens.txt]`