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

Hallo ich habe eine XML Datei die folgendermaßen aussieht:

<?xml version="1.0" encoding="utf-8" ?>

<Login>

  <User>

    <User1>Fabian</User1>

    <User2>Gast</User2>

  </User>

  <Password>

    <User1>1234</User1>

    <User2>Gast</User2>

  </Password>

</Login>

Nun habe ich bereits ein formular in dem User und Password eingegeben werden soll und wenn User und Password übereinstimmen, soll ein Response.Redirect auf eine andere Seite geschehen.

Ich habe noch nie mit xml gearbeitet, kann mir ja jemand vill. helfen wie ich das am besten abfrage.

vielen dank

Horstiii

Du liest das XML-File in ein XmlDocument ein, liest ueber XPATH das Passwort zum dazugehoerigen User aus und vergleichst, ob die Eingabe gleich der im XML-File ist. Je nachdem ob Gross-, Kleinschreibung beachtet werden soll ein IgnoreCase, ToUpper(), ToLower(),...

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.