ERLEDIGT
JA
JA
ANTWORTEN
1
1
ZUGRIFFE
432
432
EMPFEHLEN
-
Hallo, ich habe ein XMI-File welches wie folgt aussieht:
Code :1 2 3 4 5 6 7 8 9 10
<XMI xmi.version="1.1" xmlns:UML="omg.org/UML1.3" timestamp="2006-03-10 15:06:52"> <XMI.header> <XMI.documentation> <XMI.exporter>Enterprise Architect</XMI.exporter> <XMI.exporterVersion>2.5</XMI.exporterVersion> </XMI.documentation> </XMI.header> <XMI.content> <UML:Model name="EA Model" xmi.id="MX_EAID_563D6D1E_9BF1_43ff_8BAA_B9B6D0E5EF72"> <UML:Namespace.ownedElement>
Wie kann ich mit XSL XMI-Code darstellen, sind Doppelpunkte im Namen ein Problem ?
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:UML="omg.org/UML1.3" > <xsl:template match="XMI"> <xsl:apply-templates/> </xsl:template> <xsl:template match="XMI.content"> <xsl:apply-templates/> </xsl:template> <xsl:template match="UML:Model"> <xsl:apply-templates/> </xsl:template> </xsl:stylesheet>
Bin um jede hilfe Froh.
bubu
-
Erledigt !
Ich habe den Namespace UML vergessen.
Ähnliche Themen
-
Exceltabelle: Kommas und Punkte durch Doppelpunkte ersetzen
Von Chris_1205 im Forum Office-AnwendungenAntworten: 1Letzter Beitrag: 02.11.10, 17:24 -
std: keine Klasse oder namespace mit diesem namen vorhanden
Von Dark_Rider im Forum C/C++Antworten: 4Letzter Beitrag: 01.06.09, 17:33 -
hab keine idee für einen namen =(
Von ADIT im Forum Hall of FameAntworten: 9Letzter Beitrag: 09.02.09, 19:08 -
ASP.NET, JavaScript und Doppelpunkte
Von attes im Forum .NET ArchivAntworten: 1Letzter Beitrag: 04.04.05, 10:00 -
Doppelpunkte in mysql
Von Cypher_ab im Forum C/C++Antworten: 1Letzter Beitrag: 19.02.04, 21:16





Zitieren
Login





