xml schema definition issue

hergicomdi

New Member
what is the xml schema for the following input:\[code\]<?xml version="1.0" encoding="utf-16"?><string><!--This file generated by the XMLPull tool on 06/29/2012 03:24:18 AM--><!--Datasource: Ticket--><DATASET><DATAROW><TicketDesc>Test Data. Do not Close.</TicketDesc></DATAROW></DATASET></string>\[/code\]to this:\[code\]<?xml version="1.0" encoding="UTF-16"?><!--This file generated by the XMLPull tool on 6/29/2012--><!--Datasource: Ticket--><DATASET><DATAROW TicketDesc="Test Data. Do not Close."/></DATASET>\[/code\]
 
Back
Top