Question
i keep getting this error message when running my file in chrome This page contains the following errors: error on line 1 at column 21:
i keep getting this error message when running my file in chrome
This page contains the following errors:
error on line 1 at column 21: parsing XML declaration: '?>' expected
Below is a rendering of the page up to the first error.
the following is my code:
<?xml version="1.0" >
<ManufacturerDatalist>
<Manufacturer>
<Name>ItchiClothingCompany</Name>
<ManufacturerID="MO2"</manufacturing>
<address>
<street>ParkPlaze</street>
<city>London</city>
<province>ON</province>
<postalCode>W4R2Q1</postalCode>
</address>
<contactPersonData>
<ContactPerson>
<ContactPersonID="B398"</ContactPersonID>
<FirstName>A</FirstName>
<lastName>A</lastName>
<PhoneNumber>5195553434</PhoneNumber>
<ManufacturerIDAssociation>MO2</ManufacturerIDAssociation>
</ContactPerson>
<ContactPerson>
<ContactPersonID="B007"</ContactPersonID>
<FirstName>B</FirstName>
<lastName>B</lastName>
<PhoneNumber>5195553434</PhoneNumber>
<ManufacturerIDAssociation>MO2<ManufacturerIDAssociation>
</ContactPerson>
</contactPersonData>
<ManufacturerIDRating=7.1</ManufacturerIDRating>
<MaterialID>345</MaterialID>
<Active>True</Active>
</Manufacturer>
</ManufacturerDatalist>
Step by Step Solution
3.43 Rating (150 Votes )
There are 3 Steps involved in it
Step: 1
Save the below file as Manufacturerxml or s...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started