Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

So, guten morgen allerseits

ich habe ein kleines probem. und zwar habe ich ein php programm, das mir folgendes ausgibt:

<?xml version="1.0" encoding="ISO-8859-1"?> 

<T_GRUPPE>

	<1121>

		<action=update>

			<ID_GRUPPE>1121</ID_GRUPPE>

		</action>

	</1121>

</T_GRUPPE>

jetzt hab ich das problem, das ich wenn ich den code im ie anzeigen will, die fehlermeldung bekomm

Ein Name beginnt mit einem ungültigen Zeichen. Fehler beim Bearbeiten der Ressource 'http:///...

<1121>

--^

da ich net wirklich viel ahnung von xml hab, wär ich froh drüber, wenn sich jemand meiner annehmen würde, und mir sagen kann, wie ich das problem (oder weitere, denn ich hab keine ahnung, ob das was ich da fabriziert hab zulässig is) in den griff bekomm

danke im voraus

MES

<?xml version="1.0" encoding="ISO-8859-1"?> 

<T_GRUPPE>

	<1121>

		[B]<action=update>[/B]

			<ID_GRUPPE>1121</ID_GRUPPE>

		</action>

	</1121>

</T_GRUPPE>
ist nicht erlaubt. Deine XML Struktur ist nicht korrekt, es gibt mehrere Möglichkeiten wie es richtig sein könnte z.B.:
<?xml version="1.0" encoding="ISO-8859-1"?> 

<T_GRUPPE id_gruppe=1121 action=update />

Warum arbeitest Du nicht mit DOM XML unter PHP, damit würde er solche Konstrukte erst gar nicht erzeugen und mit einem Fehler quittieren

HTH Phil

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.