My vendor needs xml in certain format. I have a LS agent which gives out xml file (DXL file). I need to do the following:1. Format my xml
- hide/skip certain fields (as the vendor does not need them).
here is my xml:
-
Doe, John W.
-
Partner
-
123 main street
-
New York
-
NY
-
10219-3905
…
Vendor needs:
<fullname>"Doe, John. W"</fullname>
<preferredname>""</preferredname>
<officephone>"(414) 423-6789"</officephone>
<officeemail>""</officeemail>
<education>
Boston University
University of Miami
NYU College
</education>
…
Can someone get me started on XSL for this. I also tried ANDI tool but you need XSL to begin with and cannot schedule activities.
Thanks