View Single Post
manchuwook
Member
 
Join Date: Jul 2014
Location: Houston, TX
Posts: 52

Old August 5th, 2019, 04:48 AM
I'm almost there:

Code:
<?xml version="1.0" encoding="utf-8"?>
<export xmlns="urn:lonewolfdevel.com:realm-works-export"
        format_version="3"
        is_structure_only="true"
        game_system_id="2"
        source_scope_uuid="1306257B-91C6-5D3A-00D0-6A93B70F6BA9"
        owner_uuid="CED32A7B-91C6-5D3A-00D0-6A935C3C6BA9">
	<definition>
		<details name="Ackerman Puglisi Trait"
		         abbrev="aptraits"
		         import_tag_id="Tag_1"
		         import_tag_uuid="DF829BB6-7BBF-82B8-A9A1-6893B70F6BA9"
		         original_uuid="E0829BB6-7BBF-82B8-A9A1-6893B70F6BA9"/>
		<content_summary max_domain_count="1"
		                 max_category_count="1" />
	</definition>
	<structure>
		<domain_global domain_id="Domain_1"
		               name="Ackerman Puglisi Trait"
		               global_uuid="741E2A7B-91C6-5D3A-00D0-6A935D3C6BA9">
			<tag_global tag_id="Tag_2"
			            name="adaptable"
			            global_uuid="741E2A7B-91C6-5D3A-00D0-6A935D3C6BA9" />
...
			<tag_global tag_id="Tag_637" name="over-sensitive" global_uuid="741E2A7B-91C6-5D3A-00D0-6A935D3C6BA9" />
		</domain_global>
	</structure>
</export>
I'm getting a "Wrapper object not found within list" error. original_uuid was giving an error about the attribute not declared.

I am Jacks Matrix Action Custom Output - Grammarly Invite Code

Last edited by manchuwook; August 5th, 2019 at 05:15 AM.
manchuwook is offline   #5 Reply With Quote