-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML elements not imported when tags not presents in the IDML file. #53
Comments
Hi, Does the import of the XML file on the Structure works correctly from InDesign? Here an example: https://github.com/Starou/SimpleIDML/blob/master/tests/regressiontests/idml.py#L326 |
Thanks for your reply @Starou
Output: When entered:
The output is:
My_xml.xml file content:
|
Seems correct. I need to see the actual files (xml and idml) I guess. |
Thanks. PS. Shouldn't newly imported XML structure, override the 'Root' tag? |
I have to look into it but my guess is that your IDML document does not contains the tags from your XML in its tag list. |
Hey, I try to import an XML to the package using import_xml method, but it just keeps adding the attributes, but not the elements.
Any ideas?
BTW, is there any way to change 'import XML options'? I know there are elements defined on
Resources/Preferences.xml
The text was updated successfully, but these errors were encountered: