I’ve been trying to create an xslt template that would output relationship information into a .csv file. Basically one line in the file would have elements for each relationship like relationship name, parent entity, parent attribute, child entity, child attribute, etc.
I tried to create my xslt by studying the entities-csv.xslt & completecopy-xml.xslt samples, but I did not have success. Has somone created something similar that I could look at? Preferably well-commented so I can create my own moving forward.
Thanks,
Chris