You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried with the DI model to generate modelDesign with asp. It appears that publication dates do not have a correct encoding; As a result of that the ModelCompiler stops with an exception.
Obviously publication date should be something like PublicationDate="2021-03-09T00:00:00Z"
Screenshots
Additional context
Perhaps it is because my machine has a french Locale? It could be the difference with your machine. Anyway, the encoding of the XML file should be independant of the locale of the machine, right?
Best regards
The text was updated successfully, but these errors were encountered:
Describe the bug
Tried with the DI model to generate modelDesign with asp. It appears that publication dates do not have a correct encoding; As a result of that the ModelCompiler stops with an exception.
To Reproduce
Steps to reproduce the behavior:
%ASPDIR%\asp "..\Opc.Ua.Di.NodeSet2.xml" -e "publish\Opc.Ua.Di.Model.xml" -s XMLstylesheet -n "http://opcfoundation.org/UA/DI/" %MODELCOMPILER% -d2 "publish\Opc.Ua.Di.Model.xml" -cg "publish\Opc.Ua.Di.Model.csv" -o2 "publish"
The ModelDesign file contains
Expected behavior
Obviously publication date should be something like PublicationDate="2021-03-09T00:00:00Z"
Screenshots
Additional context
Perhaps it is because my machine has a french Locale? It could be the difference with your machine. Anyway, the encoding of the XML file should be independant of the locale of the machine, right?
Best regards
The text was updated successfully, but these errors were encountered: