I have to use a product called Documentum to publish documents to our
webserver. I'm having an issue with it inserting processing
instructions to my xml document as show below:

<pic>
        <image>
<?dctmEditor
selectedPath=/wcs_images/graphics/adventures/photos/gal_00.jpg
?>
<?dctmLink
chronic_id=0900029a800c829b object_id=0900029a800c829b edit_widget_type=graphic
?>
                /graphics/adventures/photos/gal_00.jpg
        </image>
</pic>

This breaks Flash, but works with the original XML file which
indicates <image> as:

<pic>
        <image>/graphics/adventures/photos/gal_00.jpg</image>
</pic>

I'm looking for pointers on how I might strip the xml processing
instructions from the xml with AS, or at least ignore them. Has anyone
run into this before and by chance have a solution?

Thanks,
Corey
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to