Skip to main content
4-Participant
January 13, 2016
Question

Is it possible to edit multiple ACM fragments as XML?

  • January 13, 2016
  • 1 reply
  • 887 views

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

1 reply

16-Pearl
January 14, 2016

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)