Hi,
The question is simple:
I have exported a Notes document with NotesDXLExporter (this works fine), in an xml file. This xml document is in a dxl format.
I need to apply an xslt to that source in order that it becomes a new xml file. I know how to do (with NotesXSLTransformer).
My question is about the generation/creation of the xsl:
When there are lot of fields inside the document, the xsl file could be really time-consuming and cumbersome.
So I would like to have a tool which automatically generates an XSLT stylesheet, given a source XML document and a desired output XML document, usable in Notes by the end user.
Is there such a tool (or function) usable with Notes ?
More clearly → I have exported the XML_Source on my disk. The format to properly read data from XML_Source in my PDF should be like my XML_Target (which is on my own disk)
Currently, I need to create manually the xslt to transform my XML_Source into XML_Target. My question is then : Is there a tool in Notes or compatible with Notes DXL to create that xslt automatically ?
Thanks in advance for your replies,
NB: XSLTGen could be probably used but this is outside of Notes (i don’t test it at the moment). I don’t think that could be integrated in a function in a Notes database (to be used by a end user by example)