Work around broken XML for Hesse

This commit is contained in:
Andreas Schildbach 2013-11-24 12:18:01 +01:00
parent 8817f4a35d
commit cda6cd6a23

View file

@ -195,6 +195,7 @@ public class NvvProvider extends AbstractHafasProvider
reader.replace("</ul>", " "); reader.replace("</ul>", " ");
reader.replace("<li>", " "); reader.replace("<li>", " ");
reader.replace("</li>", " "); reader.replace("</li>", " ");
reader.replace("Park&Ride", "Park&amp;Ride");
} }
public List<Location> autocompleteStations(final CharSequence constraint) throws IOException public List<Location> autocompleteStations(final CharSequence constraint) throws IOException