-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonderzeichen in Attributen werden nicht korrekt codiert #27
Comments
Bitte konkretes Beispiel geben/zeigen und zeigen wie es angeblich "richtiger" sein sollte. |
Github hat meinen Text verändert. Mal probieren, ob es jetzt klappt. Die Servicemeldung ist Wenn man jetzt protocol.cgi aufruft, dann erhält man illegales XML: Korrekt wäre: Siehe u.a. hier: https://stackoverflow.com/questions/5709232/how-do-i-include-etc-in-xml-attribute-values |
@sidamos Da hast du natürlich vollkommen recht. Allerdings passiert das nur weil du den entsprechenden Skript hast der deine "CCU SV Push Text" variable mit html Codes füllt. Standardmäßig passiert sowas nicht auf einer Vanille CCU bzw. RaspberryMatic. Es ist aber richtig das hier die Funktion entsprechend die html tags ersetzen sollte |
Beides korrekt. |
/addons/xmlapi/protocol.cgi
Die <> im Attribut "values" müssten als < bzw. > codiert werden.
The text was updated successfully, but these errors were encountered: