Jump to content

Node Naming


blkscrpn5

Recommended Posts

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>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...