how to find subguid in this xml file how to find this id

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chandudasari
    New Member
    • Apr 2015
    • 2

    how to find subguid in this xml file how to find this id

    <EffectDescript or name="HFX Transition" type="VideoTran sition" Hide="1"> <UIObject name="HFX Transition##tra nslate##" piconname="Holl ywood FX-HFX Transition.png" rackname="Holly woodFx for Studio##transla te##" foldername="Tra nsitions##trans late##" displayorder="2 5" /> <Property guid="35e7ce00-4872-11d0-90c3-0000e8ce8250" subguid="FC07E0 B6-707D-4659-944A-B5FE06671FB2"> <parameter name="HFXDATA" id="0" type="opaque" default="0" size="4" AlwaysActive="1 " /> </Property> <Editor name="HFX Transition##tra nslate##" custom="1" /> <Runtime> <CustomInterpol ation/> <Restrictions > <InputSize type="Output" /> </Restrictions> </Runtime> </EffectDescripto r>
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    it depends on where subguid can be placed. if it can be anywhere => XPath, if there is a defined position (e.g. only a certain element) => go to that element and check the property.

    Comment

    • chandudasari
      New Member
      • Apr 2015
      • 2

      #3
      how to create that subguid

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        did the assignment change? I thought you wanted to find it?

        Comment

        Working...