AmeyaVS Posted July 25 Report Posted July 25 Hello, I need help with migrating an IP-XACT Component from Spirit 1.5 revision to IP-XACT 2022. I have downloaded the update_script zip from here: https://www.accellera.org/downloads/standards/ip-xact But currently I have no clue on how should one proceed with migrating from Spirit revision to the latest IP-XACT specifications. I have also, tried the following tool but the output does file does not reflect the correct namespace declaration: https://github.com/kactus2/k2xml_converter The above tool only update the document header as per initial observations, but the namespace specifications is still mentioned at spirit instead of ipxact. Any help would be appreciated. Regards, Ameya Vikram Singh Quote
kock Posted August 12 Report Posted August 12 Hi, You need to run the following scripts in sequence to convert from 1.5 to 1685-2022: from1.5_to_1685_2009.xsl from1685_2009_to_1685_2014.xsl from1685_2014_to_1685_2022.xsl Best regards, Erwin Quote
AmeyaVS Posted August 13 Author Report Posted August 13 Hello @kock, Thank you for your response. Is there an example I can refer to? Command line etc. Thanks in advance. Regards, Ameya Quote
kock Posted August 14 Report Posted August 14 Hi Ameya, You can use the program xsltproc on linux. E.g. xlstproc from1.5_to_1685_2009.xsl <input_xml_file> > <output_xml_file> Best regards, Erwin AmeyaVS 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.