Источник:
http://blogs.msdn.com/b/axsupport/ar...specified.aspx
==============
For example, the following XML document is created for a customer sales invoice.
{7F99293C-0469-4D50-8489-0C5E5CF2741C}
http://schemas.microsoft.com/dynamics/2008/01/services/SalesSalesInvoiceService/read
USD
10
1104
2008-06-27
en-us
1104
2008-06-27
101076
SalesInvoice
en-us
And you add the following XSL transform on the outbound port:
It produces the following result:
{F12B1037-B6DC-4BB9-BAD3-B4236422839E}http://schemas.microsoft.com/dynamic...esInvoiceen-us
You would expect the following result:
10
Resolution:
The attached XSL was not taking into account the namespaces within the XML schema. The following XSL is correct. Please use this as a reference for building XSL transforms for our Dynamics AX 2012 documents. There is no product issue here.
<span style="color: #0000ff; font-family: Consolas; font-size: x-small;"><span style="color: #0000ff; font-family: Consolas; font-size: x-small;">
Источник:
http://blogs.msdn.com/b/axsupport/ar...specified.aspx