Merge pull request #319 from mojodna/text-face-name-escaping

[bug] text-face-names containing &s aren't escaped properly
This commit is contained in:
Dane Springmeyer 2014-04-10 21:50:25 -04:00
commit 87f57bdb38
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#layer {
text-name: [name];
text-face-name: "El&Font Bubble Regular";
}

View File

@ -0,0 +1,5 @@
<Style name="style" filter-mode="first">
<Rule>
<TextSymbolizer face-name="El&amp;Font Bubble Regular" ><![CDATA[[name]]]></TextSymbolizer>
</Rule>
</Style>