Difference between revisions of "LRM XML Support"
(→XML Support for Standard LRM Extensions) |
(→XML Support for Standard LRM Extensions) |
||
Line 2: | Line 2: | ||
There are 3 out-of-the-box parser definitions for XML files. |
There are 3 out-of-the-box parser definitions for XML files. |
||
<ul> |
<ul> |
||
− | <li><b> |
+ | <li><b>ResxParser.xml</b> format definition used for [[LRM_resx_Support#xml_parser_type_using_ResxParser.xml_format_definition|''.resx'']] extensions.</li> |
− | <li><b> |
+ | <li><b>RxmlParser.xml</b> format definition used for [[LRM_rxml_Support#xml_parser_type_using_RxmlParser.xml_format_definition|''.rxml'']] extensions.</li> |
− | <li><b> |
+ | <li><b>AndroidParser.xml</b> format definition used for as the default for [[LRM_Android_Support#xml_parser_type_using_AndroidParser.xml_format_definition|''.xml'']] extensions.</li> |
</ul> |
</ul> |
||
+ | |||
+ | == AndroidParser.xml structure == |
||
+ | |||
+ | == ResxParser.xml structure == |
||
+ | |||
+ | == RxmlParser.xml structure == |
Revision as of 16:54, 1 September 2017
Contents
XML Support for Standard LRM Extensions
There are 3 out-of-the-box parser definitions for XML files.
- ResxParser.xml format definition used for .resx extensions.
- RxmlParser.xml format definition used for .rxml extensions.
- AndroidParser.xml format definition used for as the default for .xml extensions.