У меня есть встроенный файл xslt в моем xml, как показано ниже. Как я могу загрузить его в XslCompiledTransform.
<cac:AdditionalDocumentReference>
<cbc:ID>123123</cbc:ID>
<cbc:IssueDate>2019-10-03</cbc:IssueDate>
<cbc:DocumentType>XSLT</cbc:DocumentType>
<cac:Attachment>
<cbc:EmbeddedDocumentBinaryObject filename="my_test.xslt" characterSetCode="UTF-8" encodingCode="Base64" mimeCode="application/xml"> Here is base 64 </cbc:EmbeddedDocumentBinaryObject>
</cac:Attachment>
</cac:AdditionalDocumentReference>