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

GraphML, grouping property in XSLT???

0 votes

How to group nodes in graphml,  that was generated by applying  stylesheet(Xsl) on My Input Xml?

 

My current processes

in other words:=  Input is .XML ----> apply Xsl(using yFiles Processor) to Xml ----> output is .Graphml.

Question 

where to modify the Xsl for Grouping the nodes.

Also,can you provide us with a Sample Xsl for Grouping the nodes ?

in Help by (200 points)

1 Answer

0 votes
Grouping is done by introducing additional <graph> tags: For each group/folder node <node> tag, there should be a <graph> child tag that contains the nodes that belong to the group/folder.

Unfortunately, no, we cannot provide you with a sample stylesheet, because we do not have any such stylesheets.

My suggestion is to create one or more simple grouped graphs in yEd and save these graphs in GraphML format. Then inspect the generated GraphML and adjust your stylesheet accordingly.
by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...