Great Thanks, so I head an Idea how it works.
I had to use an XSLFile (to be defined by me) during the open (import) into yEd
I'm currently not used in creating XSL Files.
Can you please give me an example only for this short XML.
It'll help me to start my experience.
I want it to be presented in a Table with each node and level:
Columheader:==> ConnectHome; Node;Connection;Version;RouterIP;IPAddress; IPName;Port;
1.Colum: ==> xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance"; ID="CKM0099999" State="Online" Status="OK";;V4711;99.99.99.9; 99.99.99.8;ab;471222
XML:
<?xml version="1.0" encoding="UTF-8"?>
-<ConnectHome xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="/opt/connectemc/schema/ema_ConnectHome108.xsd" SchemaVersion="1.0.8">
<TransType>10</TransType>
<TransTypeDesc>EventXML</TransTypeDesc>
<TransID>0</TransID>
-<Node ID="CKM0099999" State="Online" Status="OK">
<Connection>
<Version>V4711</Version>
<RouterIP>99.99.99.9</RouterIP>
<IPAddress>99.99.99.8</IPAddress>
<IPName>ab</IPName>
<Port>471222</Port>
</Connection>
</Node>
</ConnectHome>
Which XSLT Processor do you use or prefer?
Thx
Alex