|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need help with simple XML declaration
I am getting error messages saying that there is an "invlaid name" at line 36 of the following XML:
Code:
<?xml version="1.0" ?><!DOCTYPE USG " ndxQueryUser.dtd"><USG COMMAND="QUERY_USER"><USER ID_TYPE="USER_NAME">asdf</USER></USG> Line 36 is at the first quotation mark (") in the DOCTYPE. What am I missing here? |
|
#2
|
|||
|
|||
|
System
could u try this ::: hope it works thank u - niha
<?xml version="1.0" ?> <!DOCTYPE USG SYSTEM "ndxQueryUser.dtd"> <USG COMMAND="QUERY_USER"><USER ID_TYPE="USER_NAME">asdf</USER></USG> ============================ with regards niha |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Need help with simple XML declaration |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|