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.

for each problem

Empfohlene Antworten

Veröffentlicht

servas die wadl

ich wurde beauftragt eine total tolle doku webseite zu erstellen.

hier mal mein quellcode (xslt Datei):

<xsl:for-each select="jobInfos/jobInfo">

					<xsl:sort select="@jobName"/>		


				<B>

					<FONT color="blue">

						<xsl:value-of select="@jobName"/>

					</FONT>

				</B>

				<P/>

				<table border="1">

					<tr>

						<td><B>Description:</B></td>

						<td><xsl:value-of select="@description"/></td>

					</tr>

					<tr>

						<td><B>Group:</B></td>

						<td><xsl:value-of select="@group"/></td>

					</tr>

					<tr>

						<td><B>Durability:</B></td>

						<td><xsl:value-of select="@durability"/></td>

					</tr>

					<tr>

						<td><B>Volatility:</B></td>

						<td><xsl:value-of select="@volatility"/></td>

					</tr>

					<tr>

						<td><B>Recover:</B></td>

						<td><xsl:value-of select="@recover"/></td>

					</tr>

				</table>	


				<xsl:for-each select="jobInfos/jobInfo/mandatoryJobDataMapKeys">


				<table border="1">

					<tr>

						<td>Mandatory Job Data Map Keys</td>

					</tr>

					<tr>

						<td>Description:</td>

						<td><xsl:value-of select="@name"/></td>

					</tr>


				</table>


				</xsl:for-each>


				<br/>


				<br/>

				<br/>

				<br/>



				</xsl:for-each>
zugehöriger xml code:
<jobInfos>

<jobInfo description="this job initiates the erpimport" durability="true" group="ErpInterface" jobName="ErpImportJob" recover="true" volatility="false">

<mandatoryJobDataMapKeys>

<mandatoryJobDataMapKey name="username"/>

<mandatoryJobDataMapKey name="password"/>

<mandatoryJobDataMapKey name="client"/>

<mandatoryJobDataMapKey name="workstation"/>

</mandatoryJobDataMapKeys>

<optionalJobDataMapKeys>

<optionalJobDataMapKey name="program"/>

<optionalJobDataMapKey name="language"/>

</optionalJobDataMapKeys>

</jobInfo>

die erste Tabelle in der die Attribute von jobInfo ausgegeben werden funktioniert.

doch die 2., in der eben die mandatoryJobDataMapKeys durchlaufen werden soll, wird nicht erstellt.... --> wie muss ich mein xslt file ändern?

bin absoluter anfänger auf dem gebiet.

Gruß

Johnny

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.