Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

My Autosupport xml don't use <![CDATA[WertAlex]]> for values.

0 votes

Thx a lot, my autosupport xml's  don't use <![CDATA[WertAlex]]>. My XML input file is machine generated. 

The Values are in the structure .e.g.  <IPAddress>99.99.99.99</IPAddress>

Example with more context:

<Connection>

            <ConnectType></ConnectType>

            <AccessType></AccessType>

            <Version>V4711</Version>

            <InPolicy></InPolicy>

            <OutPolicy></OutPolicy>

            <RouterIP>99.99.99.9</RouterIP>

            <IPAddress>99.99.99.9</IPAddress>

            <IPName>ab</IPName>

            <NAT_IP></NAT_IP>

            <EMC_IP></EMC_IP>

            <State>NA</State>

            <UserID></UserID>

            <AppName></AppName>

            <UdpSocket></UdpSocket>

            <ConnectNum></ConnectNum>

            <Port>471222</Port>

        </Connection>

 

So I'll use yEd to get an overview of the structure and im looking for to get a List/Table of the Values.

 Great Thanks to your fast support.

 Alexandra

related to an answer for: Import XML - Why no data values visible ?
in Help by

1 Answer

0 votes
 
Best answer

You will need to create a custom XSL transformation that transforms your XML document into a GraphML document. The exact transformation depends on how you want your data to be presented in yEd. My suggestion would be to manually create the representation for one <connection> element in yEd and save the diagram. Use the corresponding GraphML file to create an XSL transformation that turns your XML document into said GraphML document. Creating such transformations is not an easy task. And yEd is not a good development tool for creating XSL transformations - i.e. I do not recommend using yEd to test your transformation. Use an XSLT processor for that and only once you are satisfied with the transformation result, use yEd to import your XML document with the finished XSLT file.

by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...