anushreeg
October 10th, 2002, 10:49 PM
I'm having a strange problem,I have declared ID of one of my elements which takes numeric value,DTD doesn't validate my file if i give a numeric value,if i give a character instead of numeric then it works is there any way throgh which i can give a numeric value in ID.
<Switch ID="HICOMSwitch" MediaType="Voice" SwitchType="HICOM400">
<!-- Following is already present in Application 'Switch' object
MediaConnector ID="T-Server" -->
<Links>
<ApplicationRef name="T-Server"/>
</Links>
<DNs>
<DN ID="DN1" Alias="Alias1">
<Links>
<SwitchRef ID="HICOMSwitch"/>
</Links>
</DN>
</Switch>
in the above when i give DN ID="1002",DTD gives an error that starting with an invalid character.
anticipating your earliest reply.
thanks
Anushree:(
<Switch ID="HICOMSwitch" MediaType="Voice" SwitchType="HICOM400">
<!-- Following is already present in Application 'Switch' object
MediaConnector ID="T-Server" -->
<Links>
<ApplicationRef name="T-Server"/>
</Links>
<DNs>
<DN ID="DN1" Alias="Alias1">
<Links>
<SwitchRef ID="HICOMSwitch"/>
</Links>
</DN>
</Switch>
in the above when i give DN ID="1002",DTD gives an error that starting with an invalid character.
anticipating your earliest reply.
thanks
Anushree:(