This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="pt"> | |
<style-options punctuation-in-quote="false"/> | |
<date form="text"> | |
<date-part name="day" suffix=" de "/> | |
<date-part name="month" suffix=" de "/> | |
<date-part name="year"/> | |
</date> | |
<date form="numeric"> | |
<date-part name="day" form="numeric-leading-zeros" suffix="/"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Handlers for converting XML to LiveCode arrays and vice versa. | |
* | |
* Provided by Trevor DeVore of Blue Mango Learning Systems. | |
*/ | |
/** | |
* \brief Escapes the predefined XML entities in a string. | |
* | |
* \param pStr The string to escape the characters in. |