Example of storing a prefix name space xml file in XML DB ?

I have lots of XML file pass to me with prefix name space all over the file. Is there any example of how to stored and retrieved this type of XML file to XML DB?
Example of the XML file:
<?xml version="1.0" encoding="UTF-8"?>
<ddms:Resource xmlns:ddms="http://metadata.dod.mil/mdr/ns/DDMS/1.3/" xmlns:ICISM="http://metadata.dod.mil/mdr/ns/DDMS/1.3"
     xmlns:gml="http://metadata.dod.mil/mdr/ns/DDMS/1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://metadata.dod.mil/mdr/ns/DDMS/1.3/ ../DDMS-v1_3_1033.xsd">
<ddms:identifier ddms:qualifier="http://metadata.dod.mil/mdr/ns/MDR/0.1/MDR.owl#URI"
          ddms:value="http://www.whitehouse.gov/news/releases/2005/06/20050621.html"/>
</ddms:Resource>

Hi
What is the error you get if you try to load the file ?
May be you have to change the schema location of the xsd to an absolute path in your exable it is relative
xsi:schemaLocation="http://metadata.dod.mil/mdr/ns/DDMS/1.3/ ../DDMS-v1_3_1033.xsd"
regards Patrick

Similar Messages

  • Storing xml file (NOT XML DATA) in oracle database

    Hi,
    i want to know if is it possible to store whole xml file (eg: abc.xml) as one variable (CLOB) in one of the columns of a table..
    i dont want the data contained in the abc.xml to be stored in table/database, but the whole abc.xml file, including all the < and > symbols,, basically a text file.
    Thanks,
    RK

    Hi,
    I need to store the data from XML file in table using XML Parser for PL/SQL can anyone please help me out with this my database version is 8.1.7. I even need help on creating XML file using XML Parser for PL/SQL, any help in this regard will be a boon for me.
    Best Regards,
    Vijay Sehgal

  • JSTL - Problem parsing XML file w/ XML schema declarations

    I'm having trouble parsing an xml document that contains XML schema declarations in the root element. I've included 2 snippets, the XML files they're supposed to parse, and their output below. The first one works and the second one doesn't. Could someone please tell me why? I find it hard to believe that no one's run into this before.
    I'm running Tomcat 5.5 and I'm using JSP 2.0, jakarta standard taglibs jars (1.1.2), jdk 1.5.0_04, and the Xalan 2.7.0 jars.
    Here's the first snippet:
    <c:import url="/WEB-INF/config/schools.xml" var="xml" />
    <x:parse doc="${xml}" var="schoolList"/>
    There are <x:out select="count($schoolList//school)"/> schools in the file:<br/>
    <x:forEach select="$schoolList//school">
         <x:out select="name"/><br/>
    </x:forEach>it parses the following xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <schools>
         <school id="34033">
              <name>Tumwater Middle School</name>
              <district>Tumwater</district>
              <type>middle</type>
              <active>false</active>
         </school>
         <school id="17001">
              <name>Garfield High School</name>
              <district>Seattle</district>
              <type>high</type>
              <active>true</active>
         </school>
         <school id="00023">
              <name>Tigard High School</name>
              <district>Tigard-Tualatin</district>
              <type>high</type>
              <active>true</active>
         </school>
    </schools>and it outputs:
    There are 3 schools in the file:
    Tumwater Middle School
    Garfield High School
    Tigard High School-----------------------------------------
    The second snippet:
    <c:import url="/WEB-INF/config/schools2.xml" var="xml2" />
    <x:parse doc="${xml2}" var="schoolList2"/>
    There are <x:out select="count($schoolList2//school)"/> schools in the file:<br/>
    <x:forEach select="$schoolList2//school">
         <x:out select="name"/><br/>
    </x:forEach>parses this xml file (note the xml schema declarations):
    <?xml version="1.0" encoding="UTF-8"?>
    <schools xmlns="http://www.serenus.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.serenus.com schools.xsd">
         <school id="34033">
              <name>Tumwater Middle School</name>
              <district>Tumwater</district>
              <type>middle</type>
              <active>false</active>
         </school>
         <school id="17001">
              <name>Garfield High School</name>
              <district>Seattle</district>
              <type>high</type>
              <active>true</active>
         </school>
         <school id="00023">
              <name>Tigard High School</name>
              <district>Tigard-Tualatin</district>
              <type>high</type>
              <active>true</active>
         </school>
    </schools>and its output is:
    There are 0 schools in the file:That's it! No errors at all! I'm 100% certain the variable names, filenames, etc. are correct. I've looked everywhere for an existing answer to this problem, but I can't find one. Is this a known issue? Please help.
    -Ben

    Hi Ben,
    I got exactly the same problem and also could not find any solution.
    Did you find a way out for this problem meanwhile?
    Any help is welcome!

  • XML file 2 XML file

    Hi all,
    I have low experience with XI but I have created a scenario XML file to XML file (reference wiki.sdn.sap.com) where sender e receiver files are located into XI folders . The steps defined are :
    product;
    software component;
    technical system (thirdy-part);
    business system;
    import sofware component into integration repository;
    namespaces;
    data type (sender/receiver);
    message type;
    message interface;
    message mapping;
    interface mapping;
    configuration scenario into integration config.;
    assign business system;
    communication channel;
    file adapter with source e destination directory (folder XI), file name e processing parameters;
    receiver and interface determination
    sender and receiver agreement.
    When put the input file into sender folder I don't have output file and sxmb_moni is empty for XML message.
    Thanks in advance.
    Miki

    Hi Maurizio,
    you don't see anything entering inside your sxmb_monitoring: do you mean that the payload is empty or that you don't see any messages in the overview table?
    If you don't see any messages, this means that in the message is not send from your adapter engine towards your integration engine.
    Check wether:
    1) your communication is set up properly and is active
    2) your communication channel is functioning correctly via communication channel monitoring in the runtime workbench (goto the integration builder --> runtime workbench --> Component monitoring --> click on display --> click on adapter engine --> click on communication channel monitoring --> search for you communication channel and check for errors.
    3) check your sender agreement
    If you have an empty payload, check your payload in the first step of your message pipeline and check wether the payload has the expected layout.
    Kind regards
    Joris

  • Getting error while running the XML file using XML Publisher Desktop

    Hi all,
    We have successfully loaded the XML file using XML Publisher Desktop. But when we preview the same using PDF format we are getting the following error.
    Font Dir: C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: C:\Documents and Settings\smanmadh\Desktop\ProductCompensationDT.xml
    FOProcessor setLocale: en-us
    java.lang.NullPointerException
         at oracle.apps.xdo.template.fo.area.PageNumber.formatString(PageNumber.java:104)
         at oracle.apps.xdo.template.fo.IDManager.registerId(IDManager.java:44)
         at oracle.apps.xdo.template.fo.area.AreaTree.registerLastPageJoinSeq(AreaTree.java:1106)
         at oracle.apps.xdo.template.fo.area.AreaTree.incrementJoinSequenceIndex(AreaTree.java:219)
         at oracle.apps.xdo.template.fo.area.AreaTree.registerLastPageDocument(AreaTree.java:1089)
         at oracle.apps.xdo.template.fo.area.AreaTree.forceOutput(AreaTree.java:471)
         at oracle.apps.xdo.template.fo.elements.FORoot.end(FORoot.java:58)
         at oracle.apps.xdo.template.fo.FOHandler.endElement(FOHandler.java:386)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
         at oracle.apps.xdo.template.fo.FOProcessingEngine.process(FOProcessingEngine.java:279)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1022)
         at RTF2PDF.runRTFto(RTF2PDF.java:626)
         at RTF2PDF.runXDO(RTF2PDF.java:460)
         at RTF2PDF.main(RTF2PDF.java:251)
    Thanks in Advance.
    Sudeep.

    This is BI related. You will get a quicker answer from the BI Publisher forum
    BI Publisher

  • Error while running the XML file using XML Publisher Desktop

    Hi All,
    We have successfully loaded the XML file using XML Publisher Desktop.But when we try to preview it using the PDF format we are getting the following error.
    Font Dir: C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: C:\Documents and Settings\smanmadh\Desktop\ProductCompensationDT.xml
    FOProcessor setLocale: en-us
    java.lang.NullPointerException
         at oracle.apps.xdo.template.fo.area.PageNumber.formatString(PageNumber.java:104)
         at oracle.apps.xdo.template.fo.IDManager.registerId(IDManager.java:44)
         at oracle.apps.xdo.template.fo.area.AreaTree.registerLastPageJoinSeq(AreaTree.java:1106)
         at oracle.apps.xdo.template.fo.area.AreaTree.incrementJoinSequenceIndex(AreaTree.java:219)
         at oracle.apps.xdo.template.fo.area.AreaTree.registerLastPageDocument(AreaTree.java:1089)
         at oracle.apps.xdo.template.fo.area.AreaTree.forceOutput(AreaTree.java:471)
         at oracle.apps.xdo.template.fo.elements.FORoot.end(FORoot.java:58)
         at oracle.apps.xdo.template.fo.FOHandler.endElement(FOHandler.java:386)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
         at oracle.apps.xdo.template.fo.FOProcessingEngine.process(FOProcessingEngine.java:279)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1022)
         at RTF2PDF.runRTFto(RTF2PDF.java:626)
         at RTF2PDF.runXDO(RTF2PDF.java:460)
         at RTF2PDF.main(RTF2PDF.java:251)
    Any pointers will be of great help.
    Thanks in Advance
    Sudeep.


    I had a similar error which when I searched, came up with this thread.
    My issue was resolved after I discovered that my RTF template was not really RTF. It was sill in MS Word DOC format. This was discovered by reviewing two templates in NOTEPAD. The MS-DOC files have a lot of "special" characters in them. My RTF was not really RTF.
    After doing a SAVE AS - RTF format, then the preview worked as expected.
    Just Sharing...
    --Tim                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Hi I need this asap... "Java code to generate XML File from XML Schema"

    Hi all....
    I need this asap... "Java code to generate XML File from XML Schema i.e XML Schema Definition, XSD file".
    Thankz in advance...
    PS: I already posted in the afternoon... this is the second posting.

    take look at :
    http://sourceforge.net/projects/jaxme/
    this might help...

  • Java code to generate XML File from XML Schema

    Hi I need this asap... "Java code to generate XML File from XML Schema i.e XML Schema Definition, XSD file".
    Thankz in advance...

    JAXB has been available as an early release download for some time. There are also XML Binding packages available from Borland (JBuilder) and Castor. These tools create Java classes from a source document, xml,dtd etc. You can use these classes to marshal-unmarshal XML documents.
    Dave

  • 403 Error Transmitting the message to endpoint for XML file to XML file

    Friends,
    This is my 4th day learning XI and getting below issue.
    I'm trying to follow the steps to transfer XML file to XML file scenario and when I drop the sender XML file, it seems the file has been picked-up but it does not generate the output file.
    I checked in RWB for the message and found below error:
    2008-01-04 13:09:48 Error Transmitting the message to endpoint http://sappc:8000/sap/xi/engine?type=entry using connection AFW failed, due to: Received HTTP response code 403
    I tried to access http://sappc:8000/sap/xi/engine?type=entry from new browser window and I get the same error "403".
    I'm able to access http://sappc:8000 fine.
    I would appreciate help on this.
    Thanks in advance.
    Hetal

    Sorry! you were correct I was looking at wrong file adapter. The message is error: (It gives 401 error during XICACHE update)
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Identification
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="XICACHE">UPDATE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>HTTP status code401 Unauthorized</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>An error occurred when refreshing the XI runtime cache</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

  • Unable ftp or copy xml file to XML Repository

    Hi,
    I'v successfully registered the following schema...
    /* schema */
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Peter Sagarese (Phase Forward, Inc.) -->
    <!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" xdb:storeVarrayAsTable="true">
         <xsd:annotation>
              <xsd:documentation>CDISC Lab schema version 00-9-03. Based on "CDISC Lab Elements and Attributes 20Feb2003.xls". Includes changes discussed during the lab meeting on 20Feb2003.</xsd:documentation>
         </xsd:annotation>
         <xsd:element name="GTP">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="TransmissionSource"/>
                        <xsd:element ref="Study" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ModelVersion" use="required">
                        <xsd:annotation>
                             <xsd:documentation>Expected format is ##-#-##, where # represents a digit. Example: 01-2-07</xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:length value="7"/>
                                  <xsd:pattern value="\d\d\-\d\-\d\d"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CreationDateTime" type="xsd:dateTime" use="required"/>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Study">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Site" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="200"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="TransmissionType" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:enumeration value="C"/>
                                  <xsd:enumeration value="I"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Site">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Investigator" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Investigator">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Subject" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="80"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Subject">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:choice>
                             <xsd:sequence>
                                  <xsd:element ref="ScreenID"/>
                                  <xsd:element ref="SubjectID" minOccurs="0"/>
                             </xsd:sequence>
                             <xsd:sequence>
                                  <xsd:element ref="SubjectID"/>
                                  <xsd:element ref="ScreenID" minOccurs="0"/>
                             </xsd:sequence>
                        </xsd:choice>
                        <xsd:element ref="SpareSubjectID" minOccurs="0"/>
                        <xsd:element ref="Sex" minOccurs="0"/>
                        <xsd:element ref="Race" minOccurs="0"/>
                        <xsd:element ref="Confidential" minOccurs="0"/>
                        <xsd:element ref="Visit" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Visit">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Accession" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Type" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:enumeration value="S"/>
                                  <xsd:enumeration value="U"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="TypeModifier">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="17"/>
                                  <xsd:enumeration value="T"/>
                                  <xsd:enumeration value="R"/>
                                  <xsd:enumeration value="O"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Accession">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="CentralLab"/>
                        <xsd:element ref="BaseSpecimen" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="LastActiveDateTime" type="xsd:dateTime"/>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="BaseSpecimen">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="SpecimenCollection"/>
                        <xsd:element ref="SpecimenTransport" minOccurs="0"/>
                        <xsd:element ref="SpecimenComment" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="SpecimenMaterial" minOccurs="0"/>
                        <xsd:element ref="SubjectAtCollection" minOccurs="0"/>
                        <xsd:element ref="BaseBattery" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="10"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="BaseBattery">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="BaseTest" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="BaseTest">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="PerformingLab"/>
                        <xsd:element ref="LabTest"/>
                        <xsd:element ref="ReceiverTest" minOccurs="0"/>
                        <xsd:element ref="LOINCTestCode" minOccurs="0"/>
                        <xsd:element ref="TestLevelComment" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="BaseResult" minOccurs="0"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="Status" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="13"/>
                                  <xsd:enumeration value="D"/>
                                  <xsd:enumeration value="N"/>
                                  <xsd:enumeration value="X"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="TestingDateTime" type="xsd:dateTime"/>
                   <xsd:attribute name="TestType">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="22"/>
                                  <xsd:enumeration value="S"/>
                                  <xsd:enumeration value="N"/>
                                  <xsd:enumeration value="U"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="BaseResult">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="ToxicityGrade" minOccurs="0"/>
                        <xsd:element ref="SingleResult" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ReportedResultStatus">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="11"/>
                                  <xsd:enumeration value="P"/>
                                  <xsd:enumeration value="F"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="AlertFlag">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="14"/>
                                  <xsd:enumeration value="LP"/>
                                  <xsd:enumeration value="LT"/>
                                  <xsd:enumeration value="LN"/>
                                  <xsd:enumeration value="N"/>
                                  <xsd:enumeration value="HN"/>
                                  <xsd:enumeration value="HT"/>
                                  <xsd:enumeration value="HP"/>
                                  <xsd:enumeration value="AB"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="DeltaFlag">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="2"/>
                                  <xsd:enumeration value="D+"/>
                                  <xsd:enumeration value="D-"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="ExclusionFlag">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="12"/>
                                  <xsd:enumeration value="LX"/>
                                  <xsd:enumeration value="HX"/>
                                  <xsd:enumeration value="EX"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="BlindingFlag">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="24"/>
                                  <xsd:enumeration value="S"/>
                                  <xsd:enumeration value="I"/>
                                  <xsd:enumeration value="B"/>
                                  <xsd:enumeration value="C"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="ReportedDateTime" type="xsd:dateTime"/>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="TransmissionSource">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Sex">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="1"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Race">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="CentralLab">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SpecimenCollection">
              <xsd:complexType>
                   <xsd:attribute name="ActualCollectionDateTime" type="xsd:dateTime" use="required"/>
                   <xsd:attribute name="PlannedCollectionTimeElapsed">
                        <xsd:annotation>
                             <xsd:documentation>Expected format is DDD-HH-MM, where DDD represents days [000-999], HH represents hours [00-23] and MM represents minutes [00-69].</xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:length value="9"/>
                                  <xsd:pattern value="\d\d\d-([01]\d|2[0123])-[012345]\d"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="PlannedCollectionTimeElapsedDescription">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CollectionEndDateTime" type="xsd:dateTime"/>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SpecimenTransport">
              <xsd:complexType>
                   <xsd:attribute name="ReceivedDateTime" type="xsd:dateTime"/>
                   <xsd:attribute name="SpecimenCondition">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="2048"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SpecimenComment">
              <xsd:complexType>
                   <xsd:attribute name="Source">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="12"/>
                                  <xsd:enumeration value="I"/>
                                  <xsd:enumeration value="L"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Text" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="2048"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SpecimenMaterial">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SubjectAtCollection">
              <xsd:complexType>
                   <xsd:attribute name="AgeAtCollection">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:double">
                                  <xsd:minInclusive value="0"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="AgeUnits" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="6"/>
                                  <xsd:enumeration value="Y"/>
                                  <xsd:enumeration value="M"/>
                                  <xsd:enumeration value="D"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="FastingStatus">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="7"/>
                                  <xsd:enumeration value="Y"/>
                                  <xsd:enumeration value="N"/>
                                  <xsd:enumeration value="U"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="PerformingLab">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="LabTest">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="100"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="AdditionalDescription">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="100"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="ReceiverTest">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="100"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="LOINCTestCode">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="10"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="TestLevelComment">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="2048"/>
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
         <xsd:element name="SingleResult">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="TextResult" minOccurs="0"/>
                        <xsd:element ref="NumericResult" minOccurs="0"/>
                        <xsd:element ref="ResultReferenceRange" minOccurs="0"/>
                        <xsd:element ref="ResultUnits" minOccurs="0"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ResultClass" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="12"/>
                                  <xsd:enumeration value="R"/>
                                  <xsd:enumeration value="C"/>
                                  <xsd:enumeration value="S"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="ResultType" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="12"/>
                                  <xsd:enumeration value="C"/>
                                  <xsd:enumeration value="N"/>
                                  <xsd:enumeration value="T"/>
                                  <xsd:enumeration value="G"/>
                                  <xsd:enumeration value="L"/>
                                  <xsd:enumeration value="R"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="TextResult">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="2048"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="NumericResult">
              <xsd:complexType>
                   <xsd:attribute name="Value" type="xsd:double" use="required"/>
                   <xsd:attribute name="Precision" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="5"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="ResultReferenceRange">
              <xsd:complexType>
                   <xsd:attribute name="ReferenceRangeLow">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="ReferenceRangeHigh">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="ResultUnits">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="ToxicityGrade">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="1"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SubjectID">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="20"/>
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
         <xsd:element name="ScreenID">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="20"/>
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
         <xsd:element name="SpareSubjectID">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="20"/>
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
         <xsd:element name="Confidential">
              <xsd:complexType>
                   <xsd:attribute name="Initials">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="4"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Birthdate" type="xsd:date"/>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="TransactionType">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="10"/>
                        <xsd:enumeration value="M"/>
                        <xsd:enumeration value="I"/>
                        <xsd:enumeration value="R"/>
                        <xsd:enumeration value="U"/>
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
    </xsd:schema>
    ** LAB - Base http://tsglab1:8080/home/DEV/xsd
    BEGIN
    dbms_xmlschema.registerschema(
    'http://tsglab1:8080/home/DEV/xsd/LabReviewBaseSchema.xsd',
    sys.urifactory.geturi('/home/DEV/xsd/LabReviewBaseSchema.xsd'));
    END;
    However, I am unable to ftp or copy the following well formed and valid xml file to the repository.
    <?xml version="1.0" encoding="UTF-8"?>
    <GTP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://tsglab1:8080/home/DEV/xsd/LabReviewBaseSchema.xsd" ModelVersion="01-0-01" CreationDateTime="2004-03-27T14:09:44-05:00">
         <TransmissionSource ID=""/>
         <Study ID="101" TransmissionType="C"/>
    </GTP>
    When I put a larger file in the repository.. it saved but did not shred?
    I ran each file through xmlspy all seem to be well formed and valid.
    Not sure what's incorrect about the file or process?
    Thx.

    Mark,
    I've tried this in 10.1.0.2.0 as suggested and it didn't work for me.
    My dateTime field is annotated in the schema with the xdb:SQLType="TIMESTAMP WITH TIME ZONE" attribute as suggested.
    My xml element looks like this:
    <ForecastDate>2004-03-05T06:00:19.876+00:00</ForecastDate>
    But I still get this error:
    Unable to load doc into database: ORA-01830: date format picture ends before converting entire input string
    Any idea where I'm going wrong?
    Thanks,
    Brad.

  • Simple XML import via url (not xml file, rather xml stream)?

    Looking to solve this issue: have a web-based application and need to populate form with data in order to generate custom report. Understand I can create an xml file and have the pdf read this file. Want to avoid creation of file and get data directly from url (e.g. https://myserver/list/widgets/format/xml - this request will return the xml). I can do this in Flash by specifying a url as opposed to a flat file when importing data. Does LiveCycle offer the same feature?
    Appreciate your time and responses!

    Richard,
    I guess a link or shortcut won't do the trick as it is still pointing to the actual file that is stored in the repository that is enabled in the xmlforms_filter....
    What might be worth trying is to create 2 new File System repositories that point to the same File System.
    For example: fsr_xml_plain and fsr_xml_fancy point to lets say  Windows: C:/my/test/folder or Unix: /my/test/folder...
    Then you add the repository fsr_xml_fancy to the xmlforms_filter and you leave fsr_xml_plain out of it.
    Now if you call https://server.url.com:50100/irj/go/km/docs/fsr_xml_fancy/file.xml then you get the formatted xml file
    and if you call https://server.url.com:50100/irj/go/km/docs/fsr_xml_plain/file.xml then you get the unformatted plain xlm file
    I don't know if above works as I don't have the time to validate it for you at this moment.
    Good Luck,
    Benjamin Houttuin

  • Read Data XML Files or Xml Schema

    Hi
    I need load info from XML files o schemas, using JavaScript
    How is the conecction a xmlshema o xml file with JavaScript?
    Thanks

    This product does look to be ok, however it is missing a couple features that I would like the product to have.
    I would like this product to be able to insert/update data across multiple tables. Being able to do such things as generate foreign key relationships.
    It doesn't seem as though the XML being generated can be customized very easily. Some XML formats I deal with are very complex (such as X12/EDI).
    I would really like a graphical mapper.
    Here is a note from the doc:
    Storing XML Data Across Tables
    Currently the XML SQL Utility (XSU) can only store data in a single table. It maps a canonical representation of an XML document into any table or view. But there is a way to store XML with XSU across tables. You can do this using XSLT to transform any document into multiple documents and insert them separately. Another way is to define views over multiple tables (using object views if needed) and then do the insertions into the view. If the view is inherently non-updatable (because of complex joins), then you can use INSTEAD OF triggers over the views to do the inserts.
    This product looks really good, I was hoping that Oracle had something comparable:
    http://www.hitsw.com/products_services/xml_platform/allora.html

  • I want to produce an XML file from XML Publisher and Burst it as XML

    Hi,
    I have XML data and I want to make a template that will generate an XML file from this data so I will be able to burst it.
    The output file of the bursting needs to be XML.
    Can anyone help me?
    Thanks,
    Chen.

    If you used your computer as part of the VHS to DVD process, then you'll have a digital audio file that we can find, but I'm guessing you used a VHS to DVD standalone recorder. If so, you can use some free software called MPEG Streamclip:
    - insert your DVD, and Quit from the DVD Player if it starts automatically.
    - start MPEG Streamclip and open the DVD; then open the Video TS folder and open the first of the .VOB files (repeat this step until you find the file you're interested in).
    - use the Export to AIFF option and you'll have the audio file.
    - you'll be able to bring this file into iTunes, burn it to CD, etc.
    John

  • Mapping flat xml file to xml Structure

    Hi all,
    i have to map an xml file, wich is incoming via a RFC call in a flat import field, to a xml-Structure. The xml Structure has the same Structure except that it is not flat but even as a xml-Structure in the Repository. Ist ther a way to make a 1:1 - Mapping?
    Regards Mathias

    Hi,
    This can be done very easily using Java Mapping.
    Parse the flat xml String using Dom4j and directly set this as the target structure.
    eg code:
    public void execute(InputStream in, OutputStream out) throws StreamTransformationException{
    String flatXml = "the flat xml string";
    Document doc = DocumentHelper.parseText(flatXml) ;
    out.write(doc.asXML().getBytes());
    Regards,
    P.Venkat

  • XML File Within XML File

    Hi everyone,
    Plz help me out.....
    Currently, I am working on flex and Remote Object Accessing.
    My problem is that, in my application I have one Servlet which
    writes .xml file in browser and I use that .xml file to display
    data in Datagrid. Everything was woking fine. But then I have to
    change my .xml file in such a way that one of it's node is a .xml
    file. like this...
    <?xml version="1.0" encoding="UTF-8" ?>
    - <root>
    - <detail>
    <server>SOA </server>
    <resp_time>250</resp_time>
    - <request>
    <?xml version="1.0" encoding="UTF-8" ?>
    - <envelope>
    <operation>addition</operation>
    </envelope>
    </request>
    </detail>
    </root>
    Here request is one of the node in .xml file. now when i am
    displaying data in this file into datagrid, datagrid show correct
    data for <server> and <resp_time> tag. But it shows
    "[object Object]" for request tag.
    Can any one tell me how can I show that request node into my
    datagrid ,so that it shows me ..
    <request>
    <?xml version="1.0" encoding="UTF-8" ?>
    - <envelope>
    <operation>addition</operation>
    </envelope>
    </request>
    instead of [object Object] ???? Please Hepl me

    Tracy had replied me that you can use labelFunction. like
    this...
    private function lfRequest(oItem:Object,
    dgc:DataGridColumn):String
    return oItem.request.toXMLString()
    I have used resultHandler like this ....
    [Bindable]
    var xmlFile:String = null;
    private function resultHandler(event:ResultEvent):void
    trace("resultHandler is called...");
    var myO:Object = new Object();
    myO = event.result;
    trace("after new XML()");
    xmlFile=myO.request.toXMLString();
    trace("after toString()");
    and i m trying to display that ' xmlFile:String' into
    datagrid, but it gives me this runtime-error:
    Error #1009: Cannot access a property or method of a null
    object reference.
    then i tryed this...
    xmlFile=myO.request.root.detail.toXMLString(); then it gives
    me this error message :
    Error #1009: Cannot access a property or method of a null
    object reference.
    plz help me...

Maybe you are looking for

  • Iphone 5s voice garbled, breaking up

    People I call on my iPhone 5s say my voice sounds garbled and is breaking up. Is it a hardware issue?

  • Netscape cursor/text problem after Software Updates

    A friend of mine recently ran Software Update (3) updates and ended up with a reasonably serious issue with Netscape which he uses for e-mail. Here's his description... "I did a routine Apple update the other day: Mac OS X Update (Power PC) 10.4.6 Qu

  • Runtime Error Custom Module Adapter 7.31

    Hi experts. We've developed a custom module adapter to be used in HTTP_AAE sender adapter. The deployement is successfull, the module is started but we are facing this error at runtime: Error in processing caused by: com.sap.aii.adapter.http.api.Http

  • URL Not Changing . . .

    I've posted on this before, to no avail. However, now I am experiencing the same problem that only my client was experiencing, so I have to ask again and hope for the best. The problem here is that the URL is not updating when I switch from page-to-p

  • Is there a limit to the amount of photos that iPhoto can handle on Snow Leopard?

    I have almost 60.000 photos in my iphoto library with about 340gb space available. I tried to import some prints tonight and it said that there was not enough space for the library. Please explain if anyone knows!!  Thank you very much