Ask Experts Questions for FREE Help !
Ask
    XMLnewbie's Avatar
    XMLnewbie Posts: 0, Reputation: 1
    New Member
     
    #1

    Jul 18, 2007, 04:46 AM
    XML Status tag
    I am completely new to XML and I have been provided an XML doc from my vendor. This is used to load my system data into their platform. The problem is that they do not provide a XSD which I can use with a mapping program to create a form like their XML.
    I have able to get almost an identical xml structure to theirs with the exception of a status tag. Since these are data load there will be new records and updated records.
    The following is the example of their XML:
    "<?xml version="1.0" encoding="utf-8"?>
    <BusinessObject status="new">"


    I can not seem to create the Status="new" in my Xml using the XSD that I created. This is the XSD


    "<?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" attributeFormDefault="qualified">
    <xs:element name="BusinessObject">"

    Can anyone tell me what I am missing for the XSD that will produce the Status new line?

    thank you

Check out some similar questions!

Significance or the purpose that XML serves [ 1 Answers ]

My question is a very basic one. Why is XML required. With out XML what is not possible? Before XML was introduced, what was used instead of it? :confused:

XML query [ 1 Answers ]

Tell me everything about XML.

Flash, director and XML [ 1 Answers ]

I have a flash file which reads an external XML file. The file plays fine when in flash. Director can import flash file. If I import the flash file, the external links to XML file from flash is disturbed. How to maintain the links, so that the information from XML is retained in flash even when...

How PHP Handle XML File? [ 1 Answers ]

Hello, Would you please help? I'm currently using PHP Version 4.3.11. Q#1. If I'd like to created a php page to read a XML file which is generated by Oracle server. What function do I need in php to handle this event? Q#2. Do I need to install a higher php version in order to do so? ...

XSD to XML conversion [ 1 Answers ]

I have one xsd file I want one blank xml to be generated from that schema. Thanks in advance.


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.