Hi,
I am creating an MXL doc using XSLT but for some reason it is churning out elements like this
when I delete xmlns="" it works fine, but if I leave it in there are issues reading/saving the file. Is there any way to remove this xmlns="" in the xslt?
Cheers,
Mark
I am creating an MXL doc using XSLT but for some reason it is churning out elements like this
Code:
<DateTimeLastSaved xmlns="" /> <UserName xmlns="" />
Cheers,
Mark
Comment