Original Content

Top  Previous  Next

This is example XML content to be processed by filter example 2. This is what it looks like before the filter engages.

<XML>

<AlertType>Technical</AlertType>

<Requester>Station 3</Requester>

<Assets>PC01, PC02</Assets>

<Category>Desktop Support</Category>

<Incident>Replace Computers</Incident>

<Description>Workstations 01 and 02 should be replaced on Thursday</Description>

</XML>

 

Another example:

<XML>

<AlertType>Network</AlertType>

<Requester>Admin Group</Requester>

<Assets>Router</Assets>

<Category>Network Support</Category>

<Incident>DNS Failure</Incident>

<Description>DNS failures detected in node 2</Description>

</XML>