Jump to content

How do I output correct judgment event


winkimjr2

Recommended Posts

I have a xml 1.0 document with 3 JudgmentEvent.
What I would like to get as output is
1. JudgmentEvent whose parent have not been deleted.
2. JudgmentEvent that have no parent and they have not been deleted.
I do not know how to do this?
My output should look like this:
<JudgmentEvent ID="207217600">
	<JudgmentEventType>Judgment - not all parties</JudgmentEventType>
	<Judgment ID="3928438"/>
</JudgmentEvent>
<JudgmentEvent ID="207218513">
	<JudgmentEventType>Adopted</JudgmentEventType>
	<Judgment ID="3928452"/>
</JudgmentEvent> 
xml 1.0 code
<?xml version="1.0" encoding="UTF-8"?>
<Case>
	<JudgmentEvent InternalID="1810327075" ID="207217512" Date="05/24/2016">
		<JudgmentEventType InternalID="51314" Word="JDGMULT">Judgment - not all parties</JudgmentEventType>
		<IssueDate>05/24/2016</IssueDate>
		<TimestampCreate>05/24/2016 09:32:50:837</TimestampCreate>
		<TimestampChange>05/24/2016 11:34:15</TimestampChange>
		<Deleted>true</Deleted>
		<AmendReason InternalID="11091" Word="CTORDER">Court Order</AmendReason>
		<Judgment ID="3928437" InternalID="1613120225"/>
		<JudgmentEvent InternalID="1810327074" ID="207217511" Date="05/24/2016">
			<JudgmentEventType InternalID="13024" Word="JUDGGR">Judgment</JudgmentEventType>
			<IssueDate>05/24/2016</IssueDate>
			<AgingClockActionKey Word="SP">Stops case aging clock</AgingClockActionKey>
			<TimestampCreate>05/24/2016 09:32:24:447</TimestampCreate>
			<TimestampChange>05/24/2016 11:51:29</TimestampChange>
			<Deleted>false</Deleted>
			<Judgment ID="3928436" InternalID="1613120224"/>
		</JudgmentEvent>
	</JudgmentEvent>
	<JudgmentEvent InternalID="1810327167" ID="207217600" Date="05/24/2016">
		<JudgmentEventType InternalID="51314" Word="JDGMULT">Judgment - not all parties</JudgmentEventType>
		<IssueDate>05/24/2016</IssueDate>
		<TimestampCreate>05/24/2016 11:51:29:377</TimestampCreate>
		<Deleted>false</Deleted>
		<AmendReason InternalID="11091" Word="CTORDER">Court Order</AmendReason>
		<Judgment ID="3928438" InternalID="1613120226"/>
		<JudgmentEvent InternalID="1810327074" ID="207217511" Date="05/24/2016">
			<JudgmentEventType InternalID="13024" Word="JUDGGR">Judgment</JudgmentEventType>
			<IssueDate>05/24/2016</IssueDate>
			<TimestampCreate>05/24/2016 09:32:24:447</TimestampCreate>
			<TimestampChange>05/24/2016 11:51:29</TimestampChange>
			<Deleted>false</Deleted>
			<RecordingNeeded>false</RecordingNeeded>
			<Judgment ID="3928436" InternalID="1613120224"/>
		</JudgmentEvent>
	</JudgmentEvent>
	<JudgmentEvent InternalID="1810327321" ID="207218513" Date="05/25/2016">
		<JudgmentEventType InternalID="12997" Word="ADOPT">Adopted</JudgmentEventType>
		<IssueDate>05/25/2016</IssueDate>
		<TimestampCreate>05/25/2016 10:35:01:210</TimestampCreate>
		<Deleted>false</Deleted>
		<Judgment ID="3928452" InternalID="1613120240"/>
	</JudgmentEvent>
</Case> 

 

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...