Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Navigate XML content
Message
De
24/08/2008 14:49:14
 
 
À
24/08/2008 10:59:28
Information générale
Forum:
ASP.NET
Catégorie:
XML
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01341375
Message ID:
01341389
Vues:
23
Hi,

>I have XML content as below:-
>
>
<?xml version="1.0" encoding="utf-8" ?>
><PlugInEvents>
>	<PlugInEvent>
>		<Name>Application.Startup</Name>
>		<Description>Occurred when application startup</Description>
>		<MustImplementTypes>
>			<MustImplementType>
>				<Type>IApplication</Type>
>				<EventHandler>Startup</EventHandler>
>				<Assembly>c:\\aaa.dll</Assembly>
>			</MustImplementType>
>		</MustImplementTypes>
>	</PlugInEvent>
></PlugInEvents>
>
>How could I navigate it in order to show them like this ...
>
>
Name: Application Startup
>Description: Occurred when application startup
>Must Implement:
>      Type: IApplication
>      EventHandler: Startup
>      Assembly: C:\\aaa.dll
>
Looks like a simple XSL stylesheet would do the job. Where is the output actually going? Will there be multiple elements?

Regards,
Viv
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform