Question: Using Notepad++ or an ordinary ASCII text editor such as nano or vi . You may not use HTML or wysiwyg editors. Part 1: Using
Using Notepad++ or an ordinary ASCII text editor such as nano or vi. You may not use HTML or wysiwyg editors.
Part 1: Using an XML Schema You will find an XML Schema for a simple tool catalog here: http://weblab.kennesaw.edu/toolschema.xsd Read the schema to find out what XML elements are expected and what they contain. (Hint: The comments are your friend. )
Write an XML file containing information for at least three types of tools (chisel, saw, and pliers). To get you started
Place your XML file on the server as l6p1.xml. Put a link to your XML file on your index page.To validate your XML, navigate to this address: https://devutilsonline.com/xml/validate Paste the URL of your XML file in the left-hand box, which is labeled XML URL.
Part 2; Validating form data: Make an order form from and name it l6p2.php. make the JavaScript code to calculate the total price. use a plain text box for quantities, the quantity inputs type="text". (The goal of this part of the assignment is for you to use regular expressions to validate text.)
Add JavaScript code to produce an error message and suppress submission of the form if any quantity field contains non-numeric data. (It's OK for a quantity to be empty, but if it's non-empty, it must have only numbers.) Add an action= attribute to your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
