Jump to content

blkscrpn5

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by blkscrpn5

  1. blkscrpn5

    Node Naming

    Hi, This is my first attempt at creating an xml file. I have group names and that is identifying worksets in that group. When ever i try use a parser/viewer, it just shows group in the tree not the name i have associated with it. Is there a certain formatting i am missing for this? <Worksets> <Group Name="ARCHITECTURAL"> <Workset ID="A1"> <Name>A-INTERIOR</Name> <Visibility>True</Visibility> </Workset> <Workset ID="A2"> <Name>A-ENVELOPE</Name> <Visibility>True</Visibility> </Workset> <Workset ID="A3"> <Name>A-FURNITURE</Name> <Visibility>True</Visibility> </Workset> <Workset ID="A4"> <Name>A-RENDER</Name> <Visibility>False</Visibility> </Workset> </Group> <Group Name="MECHANICAL"> <Workset ID="M1"> <Name>M-DUCT</Name> <Visibility>True</Visibility> </Workset> <Workset ID="M2"> <Name>M-PIPING</Name> <Visibility>True</Visibility> </Workset> </Group> </Worksets>
×
×
  • Create New...