Troubles with Embedded Views and DXLExporter

I’m using the software PD4ML to create a PDF from an existing NotesDocument. At first it will be transformed to xml by using the DXLExporter and after that the xml-File will be transformed to html with the transformXML-Method and the “dxl4pd4ml.xsl”-file supported by PD4ML.

Everything is working fine except of the embedded views. When I’m trying to add an embedded view in my form i will get following code in the dxl file:

<embeddedview name=‘($SomeKindOfViewName)’ widthtype=‘fitwindow’

height=‘1.8896in’>AB_ProjectNumber

It seems like the content of this embedded view will be never read. And after the transformation into a html-string this information is lost and I neither can’t find the keyword “embeddedview” nor the name of the view in it anymore.

I really can’t find anything by using Google so I hope some of you guys out there figured out a solution for this problem?