function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MarkHBMarkHB 

XSLT for Custom Object XML?

Hi,
I would like to produce a relatively pretty document from the XML definition of a custom object.  Ideally the e.g. Fields would look something like:
Field Label
  • fullName: Field_Label__c
  • encryptionScheme: None
  • externalId: false
  • length: 32
  • etc. etc.etc.
I recognize that that's an oversimplification, but hopefully you get the idea.  Has anyone seen (or does anyone have) an XSL template that will produce something like that?