Is it possible to edit multiple ACM fragments as XML?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is it possible to edit multiple ACM fragments as XML?
I have opened a document from ACM that includes several bursted objects or fragments. Selecting Edit > Edit Selection as XML Source results in:
<cards>
<xi:include href="x-wc://file=0000119577.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback><!--Fallback markup for "x-wc://file=0000119577.xml"--></xi:fallback></xi:include>
<xi:include href="x-wc://file=0000119576.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback><!--Fallback markup for "x-wc://file=0000119576.xml"--></xi:fallback></xi:include>
<xi:include href="x-wc://file=0000119575.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback><!--Fallback markup for "x-wc://file=0000119575.xml"--></xi:fallback></xi:include>
</cards>
Typing "edit -current -untagged" in the Command line presents similar results. Is there a way to edit those fragments as XML?
Thank you,
Lisa
- Labels:
-
Content Authoring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It is showing like that because the XIncluded content cannot be retrieved from Windchill. Are you sure those objects are available in Windchill? I think you can try opening the x-wc:// links directly once connected to Windchill. Maybe try an ACL command like: edit "x-wc://file=0000119577.xml" (haven't tested that out)