create simple xml...

Hi dear flash community!

I want to create an XML file dynamically in flash and store it on your hard drive.
for example, it should look like this:

<song>
 <title>titlename</title>
 <artist>artistname</artist>
</song>

first of all, I tried this code:

var my_xml = new XML();

var node = my_xml.createElement("song");
my_xml.appendChild(node);

node = my_xml.createElement("title");
my_xml.firstChild.appendChild(node);

node = my_xml.createTextNode("titlename");
my_xml.firstChild.firstChild.firstChild.appendChild( node);

node = my_xml.createElement("artist");
my_xml.firstChild.appendChild(node);

node = my_xml.createTextNode("artistname");
my_xml.firstChild.firstChild.firstChild.appendChild( node);

but then I get this:
"the < title > song > < titlenameartistname < / title > < artist / > < / song >.
of course, that is not correct.

2)
then I tried this one

var my_xml = new XML("<song><title></title><artist></artist></song>");
my_xml.firstChild.firstChild.firstChild.nodeValue = "TEXT";
trace (my_xml);

result of trace: <song><title /><artist /></song>

so I try to change the nodeValue then to the 'TEXT', which is not possible.

I would like to be able to define the overall structure (only the elements but no text inside the tags) and insert the text inside the tags (and add items) later dynamically.

I hope someone can help me.
welcome Peter

Try:

var my_xml = new XML();

var node = my_xml.createElement ("song");
my_xml. AppendChild (Node);

node = my_xml.createElement ("title");
my_xml.FirstChild.appendChild (Node);

node = my_xml.createTextNode ("titlename");
my_xml.FirstChild.FirstChild.appendChild (Node);

node = my_xml.createElement ("artist").
my_xml.FirstChild.appendChild (Node);

node = my_xml.createTextNode ("artistname");
my_xml.FirstChild.FirstChild.NextSibling.appendChild (Node);

Tags: Adobe Animate

Similar Questions

  • The attached VI works when I run it initially to create the XML file, but by pressing once the XML file is created, it is not up-to-date. What I am doing wrong?

    The attached VI works when I run it initially to create the XML file, but when I change the data and run once the XML file is created, it is not updated with new data. What I am doing wrong?

    Thank you.

    It sounds like the logic that has been written in VI

    Internal decision of true / false:

    (file exists: false) write in the file XML, unflatten for display

    (file exists: true) read the XML file, unflatten for display

    At no time when the file exists (true case) is the XML file updated...

  • How to create an XML Document and convert it into a string? (send through wireless network)

    Hello

    I am now able to post data to a web server by using Blackberry JDE (medical use).

    Now, instead of display the plain text, I would like to send an XML file.

    I am able to do it using this code on a 'normal ': Java application

    import java. IO;
    Org.w3c.dom import. *;
    Import javax.xml.parsers. *;
    Javax.xml.transform import. *;
    Javax.xml.transform.dom import. *;
    Javax.xml.transform.stream import. *;

    public class {XML
    Public Shared Sub main (String [] args) {}
    try {}
    DocumentBuilderFactory plant = DocumentBuilderFactory.newInstance ();
    DocumentBuilder builder = factory.newDocumentBuilder ();
    Doc document = builder.newDocument ();
               
    Root element = doc.createElement ("root");
    doc.appendChild (root);
               
    Child element = doc.createElement ("child");
    child.setAttribute ("name", "value");
    root.appendChild (child);

    Add a text element to the child
    Text = doc.createTextNode ("text");
    child.appendChild (text);

    implement a transformer
    TRANSFAC TransformerFactory = TransformerFactory.newInstance ();
    Transformer trans = transfac.newTransformer ();
    trans.setOutputProperty (OutputKeys.OMIT_XML_DECLARATION, 'yes');
    trans.setOutputProperty (OutputKeys.INDENT, 'yes');

    create the string of the xml tree
    StringWriter sw = new StringWriter();
    StreamResult result = new StreamResult (sw);
    DOMSource source = new DOMSource (doc);
    TRANS. Transform (source, result);
    String xmlString = sw.toString ();
    System.out.println (xmlString);
    } catch (Exception e) {}
    make error management
    }
    }
    }

    However, on the Blackberry JDE, many functions is not recognized.

    I saw the class DocumentBuilderFactory (net.rim.device.api.xml.parsers.DocumentBuilderFactory), the DocumentBuilder (net.rim.device.api.xml.parsers.DocumentBuilder) class and the interface of Document in the docs of Blackberry Java (4.2.1).

    So, I'm able to create an XML Document... but I don't know how to convert to a string?

    How can I do this? The TransformerFactory class doesn't seem to exist... and I did not find an alternative yet.

    At the present time, here is the code I use to publish data:

    String coord = lat + ";" + LNG; post data
    con = (HttpConnection) Connector.open (url); Open the connection URL
    con.setRequestMethod (HttpConnection.POST); POST method
    con.setRequestProperty ("Content-Type", "application/x-www-formulaires-urlencoded");
    out = con.openOutputStream (); display the results in a stream
    out. Write (Coord.GetBytes ());

    responseCode = con.getResponseCode (); Send data and receive the response code
    If (responseCode! = HttpConnection.HTTP_OK) {}
    System.out.println ("HTTP STATUS CODE: 404"); error
    } else {}
    System.out.println ("HTTP STATUS CODE: 200"); successful
    }
    If (con! = null) con. Close; close the connection to the URL

    As mentioned, rather than display a string with a delimiter between each value (there will be a lot more than two values finally), I would like to publish an XML.  It will be more "elegant" and easier to parse by my code on the web server.

    Maybe I don't have to convert it to a string?

    In other words, how can I convert my XML Document to send it via the wireless network?

    Thanks for your help!

    TransformerFactory does not exist in the BlackBerry API.  As far as I can tell, you need to implement yourself.  You can do this by walking the DOM and the output of channels.  They have an example of the market of the DOM in the XMLDemo, but they view as fields, you just need to write strings.

  • Create the XML element for the cell in the chart CC2015

    Hello world

    I am currently working with the xml element.

    And I want to create xml, table cell element.

    For now, I can create xml for the graphic cell by select graphic image of that cell, and then call the AutoTag() function.

    But I want to create an xml element of a chart without selected cell.

    I found the function () Utils < IXMLElementCommands >-> CreateElement()

    but it doesn't seem to work with a graphic table cell structure.

    Does anyone know how to do?

    Thanks in advance.

    Try,

    InterfacePtr cellContent (tableModel-> QueryCellContentBoss (gridAddress));

    if(cellContent == Nil) {}

    break;

    }

    InterfacePtr cellXMLReferenceData (cellContent, UseDefaultIID());

    {if(!cellXMLReferenceData)}

    break;

    }

    XMLReference cellXMLRef is cellXMLReferenceData-> GetReference();.

  • I would like my year 10 students design and create simple mobile Web sites

    I would like my year 10 students design and create simple mobile suitable sites that can be used on mobile devices. The idea is that they design the site for their chosen idea and then be able to test this on their own mobile phones or their friends. Ultimately I would like that they can create a site for important events for example, camps sports carnivals etc which could be hosted on our school site. I use BusinessCatalyst for that. I tested a few sites of model by export html and then try to send the file to my phone, but the site is not resize in the phone and most of the media does not work for example sounds. What would be the best way to do this?

    Thank you

    They can use any third-party widget or plugins or use the features of BC for the creation of events, etc.

    Thank you

    Sanjit

  • Hello, I'm testing creative cloud, I really need help to know which module to install to create simple web pages

    Hello, I'm testing creative cloud, I really need help to know which module to install to create simple web pages

    Hi Cyril,.

    It depends on what you want to do. If you have experience with coding, you can download Dreamweaver to create Web sites by using the two code + design of knowledge.

    With Muse, you can design beautiful Web pages and Muse will generate the code for you.

    I hope this helps!

    -Emily

  • Create an xml file using the .xsd file

    Hi guys,.

    Version of DB: Oracle 11g

    I was wondering if I had any package that can create a xml file based on a (built-in) .xsd file. I searched but did not find any resource on the internet specific to my problem. Let's say I have an .xsd file. It is possible to load a schema and generate the XML that conform to the .xsd file using sql? If so, I want to store in a CLOB variable.

    Please point me to the right direction.

    Thank you.

    Hello

    No, there is no such functionality yet.

    To build the XML "manually", according to the XSD, for example using SQL/XML functions (XMLElement, XMLAttributes, and XMLAgg etc.).

  • dbms_xmlgen-&gt; create oracle XML attribute with value type

    I use the dbms_xmlgen to create my xml message and I use the oracle TYPEs to create xml message elements.

    I need to create something like this:
    < type Emp 'name' = > xyz < / Emp >

    I tried to create the type as below
    create type emp_t as an object ("type" "@type")...

    But do not know how I need to set the value of this attribute.

    Help, please. Thanks in advance for your help.

    Can be

    SQL> select * from v$version where rownum=1;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    
    SQL>
    SQL> select  dbms_xmlgen.getxml('select ename, ''name'' as "@type" from emp') from dual;
    
    DBMS_XMLGEN.GETXML('SELECTENAM
    --------------------------------------------------------------------------------
    
    
     
      SMITH
     
     
      ALLEN
     
     
      WARD
     
     
    
    SQL> 
    
  • Switch from a simple Xml call to an rpc-Http call...

    Hello

    I need to go through a simple call from Xml:

    <mx:XML id="urlsGeneral" source="http://www.mySite.com//.../AFS.xml"/>
    

    for an rpc-Http call which updates the display if Xml is changed at any time.

    I forgot to mention the most important and yet very simple point: I need it only to display in a title, etc. and NOT a datagrid or good example below.

    title = "{urlsGeneral.urlGeneral. (()_@name==0).age}

    I tried a lot today, but just can't get it right like id = "urlsGeneral" is always the problem.

    Any help would be appreciated! Thanks in advance. cordially aktell2007

    < urlsGeneral >

    < urlGeneral >

    < name > Jim < / name >

    < 32 > < / age >

    < / urlGeneral >

    < urlGeneral >

    < name > Jim < / name >

    < 32 > < / age >

    < / urlGeneral >

    < / urlsGeneral >

    Another call:


    < mx:Script >


    <! [CDATA]







    Import mx.collections.ArrayCollection;



    Import mx.rpc.events.ResultEvent;







    public var myData:ArrayCollection;







    protected function myHttpService_resultHandler(event:ResultEvent):void {}




    myData = event.result.urlsGeneral.urlGeneral;



    }


    []] >

    < / mx:Script >


    < mx:HTTPService


    ID = "myHttpService".


    url = » http://www.mysite.com//.../AFS.XML "


    result = "myHttpService_resultHandler (Event)" / >

    Best I wanted something like this works:


    < mx:Script >


    <! [CDATA]







    Import mx.rpc.events.FaultEvent;



    Import mx.managers.CursorManager;



    Import mx.controls.Alert;







    Import mx.rpc.events.ResultEvent;


    Import mx.rpc.xml.SimpleXMLDecoder;






    Do not here it is already used in .swc!


    / * import mx.rpc.http.HTTPService; */






    private var myHTTP:HTTPService;






    private function initConfigCall (): void {}








    myHTTP = new HTTPService();








    myHTTP.url = "com/assets/data/changesAppAIRPIOne001.xml";








    myHTTP.send ();



    myHTTP.resultFormat = "xml";



    myHTTP.addEventListener (ResultEvent.RESULT, resultHandler);



    myHTTP.addEventListener (FaultEvent.FAULT, faultHandler);








    CursorManager.setBusyCursor ();



    }






    private void resultHandler(evt:ResultEvent):void {}








    var xmlStr:String = evt.result.toString ();



    var xmlDoc:XMLDocument = new XMLDocument (xmlStr);



    var decoder: SimpleXMLDecoder = new SimpleXMLDecoder (true);



    var resultObj:Object = decoder.decodeXML (xmlDoc);








    Removed [0] on single node!



    appUpdateAvl.text = resultObj.application.configApp.appNewUpDate;



    appLastChanged.text = resultObj.application.configApp.appLastChanged;



    appChangedSections.text = resultObj.application.configApp.appChangedSections;








    CursorManager.removeBusyCursor ();








    myHTTP.disconnect ();


    }


    private void faultHandler (event:mx.rpc.events.FaultEvent): void {}








    var faultInfo:String = "details of the fault:"+ event.fault.faultDetail+"\n\n"; "



    "faultInfo += ' Fault faultString: '+ event.fault.faultString+"\n\n;



    mx.controls.Alert.show (faultInfo, "lack of information");








    var eventInfo:String = "event target:"+ event.target+"\n\n"; "



    ' type of event eventInfo += ":"+ event.type+"\n\n;



    mx.controls.Alert.show (eventInfo, "Event information");








    CursorManager.removeBusyCursor ();








    myHTTP.disconnect ();


    }

    []] >
    < / mx:Script >

    Hi again,

    These days there are more questions than answers on a forum, and very rarely someone sharing the answer if they luck out so here is my answer to the above question is

    Switch from a simple Xml call to an rpc-Http call...

    I got it all along as a commend noted: / / deleted [0] single knot!

    Then, instead of title = "{urlsGeneral.urlGeneral. (()_@name==0).age} it would be now title = "{resultObj. }" {urlsGeneral.urlGeneral. [0] .age} and now it works perfectly well. I hope one or the other of you can use the code and the answer! best regards aktell2007

  • Flex can be used to create simple games?

    Hello. I think to create simple games for children 6-10 years. Games can be things such as drag-and - drop and multiple choice questions. I would like to save the results to a database. Can I use Flex Builder to do this, or do you advise me to Flash? Can you point me to a resource on this?

    The reason why I ask is that I have built web applications using Flex and have some experience with Flash Basic. Building games will be very difficult if I have to use the Flash? The project will begin in January and should be completed by the end of March 2010. Thank you.

    According to your description for games Flex should be fine. It also depends on the skills and experience you have in the technology.

  • Win/Mac CS3: create an XML file and add content

    Hello

    I want to create an XML file to a specified location. This file contains information about the images in an Indesign document.

    -Can I create a new file XML in Javascript?

    -If so, how can I add content?

    Thanks for all the tips

    Hans

    I made a small example, just to see how it works.

    I don't know if there is a smarter way of usage of the XMLobject, I guess that's what link is on about, haven't read it yet however.

    var myRootXmlObj = new XML ("" ');
    var font = "";
    var myInstalledFonts = app.fonts.everyItem () .name;

    for (i = 0; i< myinstalledfonts.length;="" i++)="">
    font = new XML ("" + myInstalledFonts [i] + "'");
    myRootXmlObj.fonts.appendChild (do);
    }

    var f = new File ("myTestFile.txt"); in windows XP, this is in the user documents folder

    writeXMLFile (f, myRootXmlObj);
    Alert (readXMLFile (f));

    ROM http://forums.adobe.com/message/1114070#1114070 forum thread
    function writeXMLFile (file, xml) {}
    If (!) XML XML instanceof))) {}
    throw "wrong XML" parameter;
    }
    leader. Encoding = 'UTF8 ';
    leader. Open ("w", "TEXT", "?");
    signature of Unicode, it comes to UTF16 but will convert to UTF8 'EF BB BF.
    leader. Write ("\uFEFF");
    file.lineFeed = "unix";
    leader. Write (XML. ToXmlString());
    leader. Close();
    };

    function readXMLFile (file) {}
    If (! file.exists) {}
    throw "file not found:"+ decodeURI (file.absoluteURI);.
    }
    leader. Encoding = 'UTF8 ';
    file.lineFeed = "unix";
    leader. Open ("r", "TEXT", "?");
    var str = file.read ();
    leader. Close();
    return of new XML (str);
    };

  • Create an XML with AS3 object

    I want to create an XML object based in AS3, but don't know how to do this.

    I first tried to create a string that represents my XML elements and their values, but then I don't know how to convert this string into an XML object.

    Secondly, in my view, there are other ways to create XML objects in AS without doing anything with strings.

    Can someone please recommend a way to do this?

    An example XML to create with AS3 is:

    I got the solution to my problem. For anyone interested, see me the code below (the names of xml elements are different, but the concept is the same).

  • create multiple xml attributes

    Hi all

    I'm not very experienced with the LabVIEW XML functions... so far I find that they are a major pain in the banana, in fact.  I got as far as being able to analyze an existing xml file, but now I need to write a.

    The file I'm writing is quite simple: one tag with several attributes.  Because multiple data sources will create these files, I do not have the option of joyfully using the schema of LabVIEW and trust that everything will be fine.  In addition, these features give enough visibility on what is written where and how and I'm nervous about 'black boxes' - I would like to know exactly what is happening and where, when I write code.  Therefore, I must use XML to create this file instead.

    A search revealed the Forum code to create a unique attribute.  When I try to adapt this code to create several attributes, I get error-2602: node inserted in the wrong place.

    Can someone please look at this example and tell me where I blew it away?  I'm sure it's something stupid, but I can't.

    Thank you all!

    Diane

    You were very close.  Just move the append method of the child outside the loop and you're all good. The child is the element, in order to generate (name, value, attributes), then add it.

  • Eception java.lang.error trying to create format XML string

    I am trying to create XML documents without having to build everything manually whenever I want to do this.  I created a XMLFile class to create the document.  When I try to launch my app TestFoo, I get untrapped Exception java.lang.error.  I tried kxml2, using org.w3c.dom, java XML, banging my head against the wall as to why it will not work until I finally just rolled my own simple implementation.  I always get the error!  No details are provided.  There is no stack trace.  I use the emulator 9000 "BOLD" crossing os 4.6.0 eclipse 3.4.1

    Console:

    Starting TestFooStarted TestFoo(154)Exit TestFoo(154)ErrorNo detail messageTestFoo Document  0x171TestFoo XMLFile  0x381TestFoo TestFoo  0x297TestFoo TestFoo main 0x276
    

    TestFoo.java

    import net.rim.device.api.system.Application;
    
    public class TestFoo extends Application {
    
      public static void main(String[] args) {      TestFoo foo = new TestFoo();      foo.enterEventDispatcher();   }
    
      public TestFoo() {        XMLFile xml = new XMLFile("rootNode");        xml.addProperty("myprop", "some value");      System.out.println(xml.toFormattedXMLString());       System.exit(0);   }}
    

    XMLFile.java

    public class XMLFile {   Document document;    public XMLFile(String rootElement) {      document = new Document(rootElement); }
    
      public void addProperty(String pName, String pText) {     Element elm = new Element("property");        elm.addAttribute("name", pName);      elm.setTextContent(pText);        document.appendChild(elm);    }    public String toFormattedXMLString() {     return document.toFormattedXML();    }}
    

    Element.Java

    import java.util.Enumeration;import java.util.Hashtable;import java.util.Vector;
    
    public class Element {   private Vector children;  private String name;  private String textContent;   private Hashtable attributes;
    
      public Element(String name) {     this.children = new Vector();     this.attributes = new Hashtable();        this.name = name; } public void appendChild(Element child) {      this.children.addElement(child);  } public Vector getChildren() {     return children;  } public String getName() {     return name;  } public void setName(String name) {        this.name = name; } public String getTextContent() {      return textContent;   } public void setTextContent(String textContent) {      this.textContent = textContent;   } public Hashtable getAttributes() {        return attributes;    } public boolean hasChildren() {        return (this.children.size() > 0); } public int childrenCount() {      return this.children.size();  } public String getAttributeValue(String name) {        return this.attributes.get(name).toString();  } public void addAttribute(String key, String value) {      this.attributes.put(key, value);  } public void addAttribute(String key, int value) {     addAttribute(key,Integer.toString(value));    } public void addAttribute(String key, long value) {        addAttribute(key,Long.toString(value));   } public void addAttribute(String key, boolean value) {     addAttribute(key, String.valueOf(value)); } public boolean hasAttribute(String name) {        return this.attributes.containsKey(name); } public Element getChild(int position) {       return (Element) this.children.elementAt(position);   } public Enumeration getAttributeKeys() {       return this.attributes.keys();    }}
    

    Document.Java

    import java.util.Enumeration;
    
    public class Document { private static final char _gt = '>';   private static final char _lt = '<';   private static final char _eq = '=';  private static final char _dqt = '"'; private static final char _cl = '/';  private static final char _sp = ' ';  private static final char _tab = '\t';    private static final byte[] _nl = System.getProperty("line.separator").getBytes();
    
      private Element rootNode; private StringBuffer sb;
    
      public Document(String rootName) {        this.rootNode = new Element(rootName);    } public void appendChild(Element child) {      this.rootNode.appendChild(child); } public String toFormattedXML() {      sb = new StringBuffer();      format(this.rootNode,0);      return sb.toString(); }
    
      private void format(Element node, int depth) {        writeOpenTag(node, depth);        for (int i=0;i0;i--) {            sb.append(_tab);      } }    private void writeOpenTag(Element node, int depth) {       indent(depth);        sb.append(_lt);       sb.append(node.getName());        for (Enumeration keys = node.getAttributeKeys();keys.hasMoreElements();) {            String key = keys.nextElement().toString();           sb.append(_sp).append(key);           sb.append(_eq).append(_dqt);          sb.append(node.getAttributeValue(key).toString());            sb.append(_dqt);      }    }    private void writeCloseTag(Element node, int depth) {       if (node.hasChildren()) {         sb.append(_lt).append(node.getName());        } else {          sb.append(_cl);       }     sb.append(_gt).append(_nl);    }}
    

    This line:

    private static final byte[] _nl = System.getProperty("line.separator").getBytes();
    

    is originally a NullPointerException because line.separator is not well supported. The line terminator standard for XML is CR/LF, so you can use:

    private static final byte[] _nl = { '\r', '\n' };
    
  • copy of XSLT creates a xml that returns empty while trying to access the elements using XPATH

    Hello

    I'm doing a copy - of the function by using the XSLT in jdev. That's what I do

    < xsl: param name = "appdataDO" / >

    < xsl: template match = "/" >

    < ns1:applicationData >

    < ns1:applicationId >

    < xsl: value-of select = "$appdataDO / ns1:applicationData / ns1:applicationId" / >

    < / ns1:applicationId >

    < xsl: copy-of select = "/ fslo:ExternalapplicationData / fslo:ApplicationsHDRAddInfo" >

    < / xsl: Copy - of >

    < / ns1:applicationData >

    < / xsl: template >

    < / xsl: stylesheet >

    After that, I can see the document created in the flow of process like this:

    < ns1:applicationData >

    < ns1:applicationId > MMMM < / ns1:applicationId >

    < ns2:ApplicationsHDRAddInfo >

    < ns3:genericFromBasePrimitive > iuoui < / ns3:genericFromBasePrimitive >

    < ns4:EstimatedMarketValue > 77 < / ns4:EstimatedMarketValue >

    Jih < ns4:PropertyInsuranceFee > < / ns4:PropertyInsuranceFee >

    hjh < ns4:LoanOriginationFee > < / ns4:LoanOriginationFee >

    KKKKK < ns4:RegistrarFee > < / ns4:RegistrarFee >

    hjh < ns4:LoanCashInFee > < / ns4:LoanCashInFee >

    < ns4:LoanPaidInCashFlag > cddffgd < / ns4:LoanPaidInCashFlag >

    < / ns2:ApplicationsHDRAddInfo >

    < / ns1:applicationData >

    But whenever I am trying to extract all nodes output I get an empty result. I can copy the whole dataset in the same type of variable.

    But I am unable to get the individual elements using XPATH.

    I tried to use the exslt for all nodes and xslt 2.0 without success.

    Namespaces may be the culprit here. The test in the jdev method can produce a result, but during the execution, the xpath expression returns empty.

    I created another transformation where I try to copy the data from the DataObject precious a simple string in an another data object.

    This is the test sample source xml transformation created by jdev when testing with all the namespaces, where I try to copy the data into a simple string in an another data object.

    " < applicationData xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "xsi: schemaLocation =" http://xmlns.Oracle.com/bpmpa/FS/ulo/types file:/C:/JDeveloper/NewAPP/Xfrm/xsd/ApplicationData.xsd "xmlns =" http://xmlns.Oracle.com/bpmpa/FS/ulo/types "> "

    applicationId289 < applicationId > < / applicationId >

    < ApplicationsHDRAddInfo >

    " < genericFromBasePrimitive xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/types/BasePrimitive "> genericFromBasePrimitive290 < / genericFromBasePrimitive > .

    " < EstimatedMarketValue xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> 291 < / EstimatedMarketValue > .

    " < PropertyInsuranceFee xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> PropertyInsuranceFee292 < / PropertyInsuranceFee > .

    " < LoanOriginationFee xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> LoanOriginationFee293 < / LoanOriginationFee > .

    " < RegistrarFee xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> RegistrarFee294 < / RegistrarFee > .

    " < LoanCashInFee xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> LoanCashInFee295 < / LoanCashInFee > .

    " < LoanPaidInCashFlag xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> LoanPaidInCashFlag296 < / LoanPaidInCashFlag > .

    < / ApplicationsHDRAddInfo >

    < / applicationData >

    And the xslt transformation

    < xsl: template match = "/" >

    < ns1:DefaultOutput >

    < ns1:attribute1 >

    < xsl: value-of select = "/ fslo:applicationData / fslo:ApplicationsHDRAddInfo / custom: LoanOriginationFee" / >

    < / ns1:attribute1 >

    < / ns1:DefaultOutput >

    < / xsl: template >

    The result is an empty attribute1. Any help will be appreciated.

    Please remove attributeFormDefault = "qualified" elementFormDefault = "qualified" in your XSD

    Please visit the following link:

    http://www.oraclefromguatemala.com.gt/?p=34

Maybe you are looking for

  • Cannot open or save a file

    Win 7 Enterprise, CVI 2015. Just recently, I can no longer save a file, save a file, or open any file in CVI. The CVI stops immediately, with the popup of the message below.  Don't think, just instantly. I uninstalled all the software, reinstalled CV

  • Pavilion 15-p158sa: Bios is not updated

    Hello I was wondering if anyone can help. I just bought a computer laptop HP Pavilion 15-p158sa and when you use the HP Wizard it says I have a few updates including bios, so I chose all of them and let run, after awhile it restarted and went through

  • 8130 BB wipe and install 4.5 - no apps work

    Hello I bought a Blackberry Pearl 8130 opportunity to test applications that I develop.  It is a Telus phone and worked fine when I got it.  I did so that applications could be started etc.  as I do not plan to connect to any network, just to test lo

  • Photoshop 3d file format could not parse this file.

    HelloI have a problem and hope someone can solve itThus,.When I do a text in photoshop cs6 do it it 3d it says "Photoshop 3d file format could not parse this file."as shown heresolve everything?Thank you

  • My CC PS refuses to acknowledge my GPU

    Hi allmy CC PS crashes quite often and is not recognize my GPU:I'm sure, this is related to the fact that I have two cards installed: a Quadro FX 380 LP and a PowerColor TurboDuo R7 260 X OC (I have two monitors and it requires 2 LUTs - therfore two