TN Doc Recognition

I need to recognize a doc like

<?xml version="1.0"?> xml 20091009030405 Inbound ZZZ Shipment <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 1000029126

based on <SAMPLE_SHIP> tab , if it exists !!

But in TN Doc Type Identify Tab, I am not able to recognize this Tab, though I am able to recognoze all the tabs within STA2AHeader.

Please suggest !!

Hi

What are you setting for the root tag? An Xml document in TN is identified by its root tag.

Reagrds,
Pranith

Chirag,

I noticed there is a typo in your XML tag above,missing ST in the root tag.

Try load this XML in the DocumentType section Identify tab and it should recognize now and select Root Tag:TNSTA2A

<?xml version="1.0"?>

<TNSTA2A>

xml
20091009030405
Inbound
ZZZ
Shipment

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<SAMPLE_SHIP>
<ORDER_ID>1000029126</ORDER_ID>
</SAMPLE_SHIP>

HTH,
RMg