Xml reference

hey ,
i hava a very simple question how would i
reference an xml schema of my own from an xml document??
cheers

declare your namespace in your xml
xmlns:xs='http://myserver.com/schemas/mySchema'

Similar Messages

  • Workflow Issue - Delivery address XML Reference workflow - Error

    Hello All,
    I am an ABAP developer, with very limited knowledge in Workflow, and I am stuck with an ongoing issue for quite sometime. We have a scenario where we need to a workflow triggers for a specific UNDATED sales order lines (identified by values in VBAP-Zfield ) in R/3 box, and it carries an XML request (probably mails it) to a SAP CRM destination, which would now update some CRM tables and generate a Call list in the SAP CRM box. This is one flow that used to be fine, but has stopped working since the past few months may because of some change, which is not yet identified. as multiple projects are working on the same boxes.
    To elaborate -
    1 - We have a SALESORDER_CREATEFROMDAT2 Idoc creating the SO, where in, based on a CUTOFF date condition, (if it is in the past), a VBAP-ZFIELD for the corresponding line is set to a value (08).
    2 - This event is expected to trigger a workflow for the Undated order/Delivery resolution , which would then create an XML doc for the SO and send this across to CRM box
    3 -This will then update a Ztable. This will be handled by a batch job in CRM to generate a call list.
    Now we are facing a problem in the second step here, where in the activity - 'BCKGRD: Create XML_DOC for SO: xxxxxxxx' is completing successfully, but having a failure in the next step  - 'Delivery address XML Reference workflow - ERROR'
    This is how the detailed workflow log looks -
    WF-BATCH                  Web work item created                               03.04.2014 08:12:29
    WF-BATCH                  Execution started automatically                   03.04.2014 08:12:29
    WF-BATCH                  CL_SWF_RUN_ALERT_ERROR                   03.04.2014 08:12:31
    WF-BATCH                    IF_SWF_UTL_MAIL~SEND                      03.04.2014 08:12:31
    WF-BATCH                  SWW_RI_EXECUTE_S                            03.04.2014 08:12:31
    WF-BATCH                    SWW_RI_EXECUTE_S                           03.04.2014 08:12:31
    WF-BATCH                  Execution started automatically                      03.04.2014 08:12:31
    WFXML                     START_EXECUTION_IN_BACKGROUND            04.04.2014 04:00:35
    WF-BATCH                  Execution started                                          04.04.2014 04:00:36
    WF-BATCH                  CL_SWF_RUN_ALERT_ERROR                   04.04.2014 04:00:44
    WF-BATCH                    IF_SWF_UTL_MAIL~SEND                   04.04.2014 04:00:44
    WF-BATCH                  Execution started                                     04.04.2014 04:00:45
    WF-BATCH                    SWW_RI_EXECUTE_S                       04.04.2014 04:00:45
    I've also attached a screenshot for the errors, if that gives a clue.
    Request all the workflow experts to help me with a solution, or an approach towards a fix.
    Thanks & Regards,
    S Sen.

    Hi S Sen,
    Agree with Ronen....no mail recipient or from 10 records of mail recipient - one record is empty.
    Try to find out the intended email recipients....any data change there might have resulted in errors since few months. Maybe, some position got vacant, some config table to get the recipients got changed.....
    regards,
    Modak

  • Weblogic.xml - reference-descriptor

    Hello All,
              When ever I put "reference-descriptor" element directly under root element "weblogic-web-app" in weblogic.xml, I get this message during server startup..
              "weblogic.xml" is malformed. Check against the DTD: org.xml
              .sax.SAXParseException: The content of element type "weblogic-web-app" must matc h "(description?,weblogic-version?,security-role-assignment*,run-as-role-assignm
              ent*,reference-descriptor?,session-descriptor?,jsp-descriptor?,auth-filter?,cont
              ainer-descriptor?,charset-params?,virtual-directory-mapping*,url-match-map?,prep
              rocessor*,preprocessor-mapping*,security-permission?,context-root?,wl-dispatch-p
              olicy?,servlet-descriptor*,init-as*,destroy-as*)". (line 60, column 20).
              XMLSpy also complains that "Unexpected child element 'reference-descriptor'. Can somebody point me what is wrong here?
              My weblogic.xml looks like this..
              <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN" "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
              <weblogic-web-app>
                   <jsp-descriptor>
                   </jsp-descriptor>     
                   <reference-descriptor>
                        <resource-description>
                             <res-ref-name>jdbc/myDataSource</res-ref-name>
                             <jndi-name>MyDataSource</jndi-name>
                        </resource-description>
                   </reference-descriptor>
              </weblogic-web-app>
              Any help will be deeply appreciated..
              Thanks,
              Ranjith Pillai

    Hello All,
              When ever I put "reference-descriptor" element directly under root element "weblogic-web-app" in weblogic.xml, I get this message during server startup..
              "weblogic.xml" is malformed. Check against the DTD: org.xml
              .sax.SAXParseException: The content of element type "weblogic-web-app" must matc h "(description?,weblogic-version?,security-role-assignment*,run-as-role-assignm
              ent*,reference-descriptor?,session-descriptor?,jsp-descriptor?,auth-filter?,cont
              ainer-descriptor?,charset-params?,virtual-directory-mapping*,url-match-map?,prep
              rocessor*,preprocessor-mapping*,security-permission?,context-root?,wl-dispatch-p
              olicy?,servlet-descriptor*,init-as*,destroy-as*)". (line 60, column 20).
              XMLSpy also complains that "Unexpected child element 'reference-descriptor'. Can somebody point me what is wrong here?
              My weblogic.xml looks like this..
              <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN" "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
              <weblogic-web-app>
                   <jsp-descriptor>
                   </jsp-descriptor>     
                   <reference-descriptor>
                        <resource-description>
                             <res-ref-name>jdbc/myDataSource</res-ref-name>
                             <jndi-name>MyDataSource</jndi-name>
                        </resource-description>
                   </reference-descriptor>
              </weblogic-web-app>
              Any help will be deeply appreciated..
              Thanks,
              Ranjith Pillai

  • Why does my web service web.xml reference a class that is not a servlet?

    In jDeveloper 10.1.3, I created the simplest web service I could think of. I created a HelloWorld class that has one method that accepts a name as a parameter and returns "Hello " + name. Using the wizards, I was able to get it to run just fine in my development environment. However, if I generate a WAR file and deploy it to Tomcat 5.5, it chokes on the web.xml. Here it is...
    <pre>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    <servlet>
    <description>Web Service MyHelloWorldServiceSoapHttpPort</description>
    <display-name>Web Service MyHelloWorldServiceSoapHttpPort</display-name>
    <servlet-name>MyHelloWorldServiceSoapHttpPort</servlet-name>
    <servlet-class>com.dex.b2b.HelloWorld</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>MyHelloWorldServiceSoapHttpPort</servlet-name>
    <url-pattern>MyHelloWorldServiceSoapHttpPort</url-pattern>
    </servlet-mapping>
    </web-app>
    </pre>
    The servlet-class value is my simple HelloWorld class, not a servlet. How is this suppose to run, if the servlet-class value is not a servlet? It certainly did not run in Tomcat 5.5. I can't get it to run on Oracle App Server 10.1.2 either.
    Thanks

    Hi fellrunningpictures-
    Picasa web albums shows you that message because they are not fully compatible with the latest version of Firefox. I would recommend contacting Picasa to encourage them to become fully compatible. I found a link for contacting them here:
    * [http://support.google.com/picasa/?hl=en http://support.google.com/picasa/?hl=en]
    Hope that helps.

  • How do I get XML references to compile?

    I am trying to compile a java file via JDeveloper that uses the XML utilities and I am getting compile errrors. Any suggestions as to how I can get this to compile? I think my classpath isn't correct, but I'm not sure what I need to include.
    Thanks
    Kathy
    Compile Error
    =-=-=-=-=-=-
    Error:(192) identifier javax.xml.parsers.ParserConfigurationException not found
    Error:(146) class DocumentBuilderFactory not found in class CommandProcedures.CmdProc
    Error:(146) variable DocumentBuilderFactory not found in class CommandProcedures.CmdProc
    Errror:(147) class DocumentBuilder no found in class CommandProcedures.CmdProc
    Code Snippet:
    =-=-=-=-=-=-=-=-
    I've included the following java packages in my program:
    import javax.xml.parsers.*;               
    import org.w3c.dom.*;
    try {
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
         DocumentBuilder builder = factory.newDocumentBuilder();
         Document document = builder.parse(cpFile);
    catch (javax.xml.parsers.ParserConfigurationException e){
         System.out.println ("Caught javax.xml.parsers.ParserConfigurationException: " + e);
    catch (java.io.IOException e) {
         System.out.println ("Caught java.io.IOException: " + e);
    catch (org.xml.sax.SAXException e) {
         System.out.println ("Caught org.xml.sax.SAXException: " + e);

    [list=1]
    [*]Download the Oracle XDK for Java. The latest release is 9.2.0.3 Production.
    [*]Create a library in JDeveloper9i with a name like "Oracle XML Parser 9.2.0.3" and with C:\xdk9203\xdk\lib\xmlparserv2.jar in the library's path.
    [*]Add the new "Oracle XML Parser 9.2.0.3" to your project's library list.
    [list]
    and you should be in business.

  • Delete xml information / reference without losing structure

    Hello,
    I'm currently working on a project that builds catalogs.
    The catalogs consist of several different, linked INDD-files.
    Now, those INDD-files are filled up with XML data and saved.
    When we import them, we always get errors that there is a link missing to the xml. Now, once the indd is filled up, we do not need the xml reference anymore.
    I've checked the links-page in indesign, to see if there is a reference to the xml but there is none...
    How can I delete all the xml information from a indesign file without loosing the references to a text box or it's structure..
    Thanks
    Regards
    Mario

    If you cannot remember the passcode for the Screen Lock, you will need to Restore the device...
    1)  Connect to iTunes on the computer you usually Sync with and Restore...
    http://support.apple.com/kb/HT1414
    2)  If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/HT1808

  • Protocolo de recebimento XML e Email em nuvem

    Boa tarde pessoal
    Temos aqui na empresa algumas restrições de segurança quanto ao uso dos protocolos POP3 e IMAP. No PI, os protocolos disponíveis para configuração do recebimento do XML NF-e são somente estes. Gostaria de verificar se alguém possui esta mesma restrição e como configuraram o recebimento do XML. Aqui utilizamos o Outlook e estamos também migrando para Office 365 em cloud. Aproveitando, gostaria de saber também se alguém já tem a solução de recebimento XML em servidor cloud.
    Obrigada,
    Renata

    Prezada Renata, espero que tudo esteja correndo bem para você.
    Aqui nós tivemos a mesma restrição em relação ao XML. Nós resolvemos criando uma aplicação em Java que recebe e analisa o conteúdo dos emails a partir do IMAP e insere em uma tabela em um banco de dados fora do ECC.
    As nossas rotinas de PI, lêem os dados a partir desta tabela com toda a política de segurança aprovada e inserem no ECC os dados gerando os protocolos automaticamente e gravando nesta tabela em um outro servidor.
    Esta rotina fica de forma automatizada e concentra as soluções de NF-e e XML deixando o email sempre livre para ser apenas uma especíe de mensageiro dos documentos em XML referentes ao fisco.
    Nossa experiência com a auditoria e controles internos foi a melhor possível, uma vez que garante a rastreabilidade de todas as mensagens recebidas em nosso ambiente.
    Abraço e boa sorte.

  • How do I create a runtime library reference from a J2EE library DC?

    I've created a J2EE library DC that references some classes in an already deployed library.  The referenced jar file has been correctly deployed, as it's successfully used by some other components.  I can build the DC, since I've created created a compile-time reference to the local copy of the target jar file.
    Unfortunately, I can't figure out how to create a runtime reference from my J2EE library to the already deployed library - there just doesn't appear to be any place to put the reference, at least using a gui-based function in NWDS.  Unlike WebDynpro, which has a 'references' configuration option, J2EE lib's don't appear to have anything similar.
    Where/How can I do this?
    BTW, the Visual Administrator function 'ClassLoader Viewer ' is a very handy tool for diagnosing ClassDefNotFoundError errors....

    Hello Ken,
    well it seems to be not a trivial thing.
    1) Build your library DC.
    2) Create folder "server" in root DC folder "_comp".
    3) Extract provider.xml from generated SDA file to "server" folder.
    4) Add references in provider.xml:
        <references>
          <reference type="library" strength="weak">
            sapxmltoolkit
          </reference>
          <reference type="library" strength="weak">
            com.sap.lcr.api.cimclient
          </reference>
          <reference type="service" strength="weak">
            tc~sec~securestorage~service
          </reference>
        </references>
    5) Rebuild DC. Deploy.
    6) Enjoy!
    Useful links:
    http://help.sap.com/saphelp_webas630/helpdata/en/b5/22123b8d92294fac207283f3e8756e/content.htm
    http://help.sap.com/saphelp_webas630/helpdata/en/09/5d963be736904c96cbdfe93793eb42/TEMPLATE_image002.gif
    Best regards, Maksim Rashchynski

  • How to set runtime references in J2EE library DC's

    Hi,
    I'm building an custom logon module. This is well described in
    http://help.sap.com/saphelp_nw04/helpdata/en/46/3ce9402f3f8031e10000000a1550b0/content.htm
    I created the following DC:
    1. simple java project DC that contains the login module class
    2. J2EE library DC that will act as the deployable component.
    The part "Make reference to the Security Provider service of the J2EE Engine." (2b) is where i get stumped:
    http://help.sap.com/saphelp_nw04/helpdata/en/bf/93d84072378031e10000000a1550b0/content.htm
    The example adds the reference direct to the provider.xml. I don't have that option when I develop the library as a DC.
    It seems that while EAR file DC's allow the adding of runtime library references via the application-j2ee.xml file, it seems that is not possible for J2EE library DCs.
    Specifically, I'm trying to get the follwing entry into the provider.xml:
    <references>
      <reference provider-name="sap.com" strength="weak" type="interface">security_api</reference>
    I saw one workaround in the SDN where they suggest to extract the provider.xml from the SDA and manually
    add the references but this isn't really an option in our case.
    Should I be deploying 'normal' EAR files in this case ? Have I overlooked something ?
    thanks
    Michael

    Hi,
    talk about overlooking the obvious . . . The appropriate public part is present in com.sap_SAP-JEE_1.
    Adding that worked.
    Michael

  • Calling a OSB service(Service Type: Any XML Service) from BPEL

    Recently i had question in an Interview:
    How can a OSB service (of Service Type: Any XML Service) can be called from a BPEL service ?
    This OSB service is not exposed as a WSDL.
    Protocol: http
    Endpoint URI: /TestOSBProject1/ps/SyncReadPS
    host: localhost
    port: 7001
    URL: http://localhost:7001/TestOSBProject1/ps/SyncReadPS
    When i hit this URL i am getting the message --> "This XML file does not appear to have any style information associated with it. The document tree is shown below."
    WSDLURL: http://localhost:7001/TestOSBProject1/ps/SyncReadPS?WSDL
    When i hit this URL i am getting the message --> "Error 500 - Internal Service Error -- This service is not associated to a WSDL"
    Is there any way yo invoke this service from BPEL?

    Thanks for your instance response.
    I had used HTTP Binding adapter in BPEL (with GET).
    Getting below error:
    Unable to invoke endpoint URI "http://localhost:7001/TestOSBProject1/ps/SyncReadPS" successfully due to: javax.xml.ws.WebServiceException: java.lang.ClassCastException: oracle.j2ee.ws.mdds.ArrayPrototypeImpl cannot be cast to oracle.webservices.mdds.AtomicPrototype
    Copied the reference (Http binding) from Composite.xml
      <reference name="InvokeOSB" ui:wsdlLocation="InvokeOSB.wsdl">
        <interface.wsdl interface="http://xmlns.oracle.com/pcbpel/adapter/http/AdapterSOAProjectApplication/AdapterSOAProject/InvokeOSB#wsdl.interface(Request_Response_ptt)"/>
        <binding.ws port="http://xmlns.oracle.com/pcbpel/adapter/http/AdapterSOAProjectApplication/AdapterSOAProject/InvokeOSB#wsdl.endpoint(InvokeOSB/Request_Response_pt)"
                    location="InvokeOSB.wsdl" supports="http">
          <property name="http.verb" type="xs:string" many="false">GET</property>
          <property name="endpointURI" type="xs:string" many="false">http://localhost:7001/TestOSBProject1/ps/SyncReadPS</property>
          <property name="http.payload" type="xs:string" many="false">url-encoded</property>
        </binding.ws>
      </reference>
    Please help me to resolve this.

  • KM Problem in Portal 7.3  JSF References

    Hi Everyone,
    I'm having trouble with references in my JSF applications.
    The application has been developed for Portal 7.0 but later on we decided to deploy it on Portal 7.3 . Our application uses KM for some stuff and at that point we are facing Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory problem
    There is another thread which is similar to our problem at JSF 1.2 KM reference error
    but that thread is not helpfull anymore because necessary ticket has been removed or something else happened.
    here we have application-j2ee-engine.xml references which causes problem.
    <reference reference-type="weak">
    <reference-target target-type="application" provider-name="sap.com">
    com.sap.km.application
    </reference-target>
    </reference>
    How can we define application-j2ee-engine.xml in another way to fix it?
    Thanks in advance

    Hello,
    you can download SP7 here: https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/nw/730/doc/auto_latest_distributions.html
    anyway, thanks for your suggestion. As I probably need to download the jar files, can you suggest where I find them in SWDC?
    edit: oh I see, I might have to pull them from the portal server
    Many thanks
    Stefan
    Edited by: Stefan Ernst on Mar 8, 2012 2:18 PM

  • #DATA# in Chart XML

    The #DATA# field in Chart XML takes the data from your SQL query and wraps it in XML so that AnyChart can render the chart correctly.
    Is there a way for me to customize how the XML is generated?
    Where do I find the definition for the #DATA# field?
    Thanks
    Austin

    Hi Austin,
    Firstly, what version of APEX are you using? Pre-APEX 4.0, the supported Flash charts use AnyChart 3.3 charts, however with APEX 4.0 we've integrated AnyChart 5 charts. The XML Reference differs quite alot between the two chart versions, so I'd just like to ensure that I provide you with the correct information for the version of charts you'#re using.
    The #DATA# substitution string in your chart XML is replaced at runtime with XML tags containing the resultset from your chart series query. If the chart XML does not contain the #DATA# substitution string, then we assume that you are providing your own data, and the chart series query will not be used. The generation of the XML tags for the data differs from chart type to chart type e.g. the data tags for a Pie chart are very different to that of a Gantt chart. Generally, users don't need to worry about that. They just need to provide the chart series query, and the underlying logic takes care of the rest. However, if you need to customize that XML tags for data, for whatever reason, then you essentially have two options here:
    1) Hard-code the necessary XML into the Custom XML region of your chart. This would require that you set "Use Custom XML" to Yes, on the Chart Attributes page, and in the Custom XML region, replace #DATA# with your XML e.g
    <data>
      <series name="VALUE" type="Line" color="0x1D8BD1">
        <point name="ALLEN" y="300">
        </point>
        <point name="MARTIN" y="1400">
        </point>
        <point name="TURNER" y="0">
        </point>
        <point name="WARD" y="500">
        </point>
      </series>
    </data><b>NOTE</b>: the above XML is in AnyChart 5 format, so if you're using AnyChart 3.3 charts then the XML will look very different. I can provide a sample for that if necessary. The AnyChart 3.3 XML Reference can be accessed here: http://3.anychart.com/products/docs/anychart/index.htm and the AnyChart 5 XML Reference can be accessed here: http://anychart.com/products/anychart/docs/xmlReference/index.html.
    or
    2) Generate your own data tags, via a page process for example, save the output to a hidden page item, and then reference that page item in the chart Custom XML...again, you'd be removing the #DATA# substitution string and replacing it with a reference to a hidden item e.g. &P1_DATA. I've got an example of how to do this on my Sample Application Thresholds example, here: http://apex.oracle.com/pls/apex/f?p=36648:35. Basically I've used an On-Demand process to generate the XML, which needed to be customised because the <data> tag needs to reference a threshold attribute e.g. <data threshold="salary_thresholds">, and by default the <data> tag does not reference this attribute.
    I hope the above information is helpful, and if you require any further explanation or assistance, just let me know.
    Regards,
    Hilary

  • Config.xml question

    <? Xml version = "1.0" encoding = "UTF-8"?>
    <! - Config.xml reference: https://build.phonegap.com/docs/config-xml ->
    <Widget xmlns = "http://www.w3.org/ns/widgets"
            xmlns: gap = "http://phonegap.com/ns/1.0"
            id = "com.mydomain.www"
            version = "1.0.0">
        <name> Hello World </ name>
        <description>
            description
        </ Description>
        <author href="http://phonegap.com" email="[email protected]">
            PhoneGap Team
        </ Author>
        <!
            Enable individual API permissions by defining each here.
            The 'device' permission is required for the 'deviceready' event.
        ->
        <feature name="http://api.phonegap.com/1.0/device" />
        <!
            If you do not want any permissions to be added to your app, add the
            following tag to your config.xml; you will still have the INTERNET
            permission on your app, which PhoneGap requires.
        ->
        <preference name="permissions" value="none"/>
        <! - Customize your app and platform with the preference element. ->
        <preference name="phonegap-version" value="2.5.0" /> <! - all: current version of PhoneGap ->
        <preference name="orientation" value="default" /> <! - all: default means both landscape and portrait are enabled ->
        <preference name="target-device" value="universal" /> <! - all: possible values handset, tablet, or universal ->
        <preference name="fullscreen" value="true" /> <! - all: hides the status bar at the top of the screen ->
        <preference name="webviewbounce" value="true" /> <! - ios: control whether the screen 'bounces' when scrolled beyond the top ->
        <preference name="prerendered-icon" value="true" /> <! - ios: if icon is prerendered, iOS will not apply it's gloss to the app's icon on the user's home screen ->
        <preference name="stay-in-webview" value="false" /> <! - ios: external links should open in the default browser, 'true' would use the webview the app lives in ->
        <preference name="ios-statusbarstyle" value="black-opaque" /> <! - ios: black-translucent will appear black because the PhoneGap webview doesn't go beneath the status bar ->
        <preference name="detect-data-types" value="true" /> <! - ios: controls whether data types (such as phone no. and dates) are automatically turned into links by the system ->
        <preference name="exit-on-suspend" value="false" /> <! - ios: if set to true, app will terminate when home button is pressed ->
        <preference name="show-splash-screen-spinner" value="true" /> <! - ios: if set to false, the spinner won't appear on the splash screen during app loading ->
        <preference name="auto-hide-splash-screen" value="true" /> <! - ios: if set to false, the splash screen must be hidden using a JavaScript API ->
        <preference name="disable-cursor" value="false" /> <! - blackberry: prevents a mouse-icon/cursor from being displayed on the app ->
        <preference name="android-minSdkVersion" value="7" /> <! - android: MIN SDK version supported on the target device. MAX version is blank by default. ->
        <preference name="android-installLocation" value="auto" /> <! - android: app install location. 'Auto' will choose. 'InternalOnly' is device memory. 'PreferExternal' is SDCard. ->
        <! - Plugins can also be added here. ->
        <!
            <gap:plugin name="Example" />
            A list of available plugins are available at https://build.phonegap.com/docs/plugins
        ->
        <! - Define app icon for each platform. ->
        <icon src="icon.png" />
        <icon src="res/icon/android/icon-36-ldpi.png" gap:platform="android" gap:density="ldpi" />
        <icon src="res/icon/android/icon-48-mdpi.png" gap:platform="android" gap:density="mdpi" />
        <icon src="res/icon/android/icon-72-hdpi.png" gap:platform="android" gap:density="hdpi" />
        <icon src="res/icon/android/icon-96-xhdpi.png" gap:platform="android" gap:density="xhdpi" />
        <icon src="res/icon/blackberry/icon-80.png" gap:platform="blackberry" />
        <icon src="res/icon/blackberry/icon-80.png" gap:platform="blackberry" gap:state="hover"/>
        <icon src="res/icon/ios/icon57.png" gap:platform="ios" width="57" height="57" />
        <icon src="res/icon/ios/icon72.png" gap:platform="ios" width="72" height="72" />
        <icon src="res/icon/ios/icon-57-2x.png" gap:platform="ios" width="114" height="114" />
        <icon src="res/icon/ios/icon72-2x.png" gap:platform="ios" width="144" height="144" />
        <icon src="res/icon/webos/icon-64.png" gap:platform="webos" />
        <icon src="res/icon/windows-phone/icon-48.png" gap:platform="winphone" />
        <icon src="res/icon/windows-phone/icon-173.png" gap:platform="winphone" gap:role="background" />
        <! - Define app splash screen for each platform. ->
        <gap:splash src="res/screen/android/screen-ldpi-portrait.png" gap:platform="android" gap:density="ldpi" />
        <gap:splash src="res/screen/android/screen-mdpi-portrait.png" gap:platform="android" gap:density="mdpi" />
        <gap:splash src="res/screen/android/screen-hdpi-portrait.png" gap:platform="android" gap:density="hdpi" />
        <gap:splash src="res/screen/android/screen-xhdpi-portrait.png" gap:platform="android" gap:density="xhdpi" />
        <gap:splash src="res/screen/blackberry/screen-225.png" gap:platform="blackberry" />
        <gap:splash src="res/screen/ios/screen-iphone-portrait.png" gap:platform="ios" width="320" height="480" />
        <gap:splash src="res/screen/ios/screen-iphone-portrait-2x.png" gap:platform="ios" width="640" height="960" />
        <gap:splash src="res/screen/ios/screen-ipad-portrait.png" gap:platform="ios" width="768" height="1024" />
        <gap:splash src="res/screen/ios/screen-ipad-landscape.png" gap:platform="ios" width="1024" height="768" />
    <gap:splash src="res/screen/ios/Default-568h@2x~iphone.png" gap:platform="ios" width="1136" height="640" />
        <gap:splash src="res/screen/windows-phone/screen-portrait.jpg" gap:platform="winphone" />
        <!
            Define access to external domains.
            <access /> - a blank access tag denies access to all external resources.
            <access origin="*" /> - a wildcard access tag allows access to all external resource.
            Otherwise, you can specify specific domains:
        ->
    <! - <access Origin="http://127.0.0.1*"/> -> <! - Allow local pages ->
        <!
            <access origin="http://phonegap.com" /> - allow any secure requests to http://phonegap.com/
            <access origin="http://phonegap.com" subdomains="true" /> - same as above, but including subdomains, such as http://build.phonegap.com/
            <access origin="http://phonegap.com" browserOnly="true" /> - only allows http://phonegap.com to be opened by the child browser.
        ->
    </ Widget>
    Create config.xml as above, and index.html in the same folder.
    and compressed zip file.
    and upload build.phonegap.com
    PhoneGAP message appears on the site builder.
    "Your application's details are bound to the config.xml file in your application package. To edit these details, change that file and push it back up to us."
    How do I fix?

    The path actually looks correct for catalog.
    It's like $ORACLE_INSTANCE/bifoundation/OracleBIPresentationServicesComponent/$COMPONENT_NAME/catalog/SampleAppLite.
    I only had one catalog on the dev server, and one on the production server.
    The path has always  been like above.
    It's just pointing to the wrong machine, as far as I can tell.

  • InDesign XML unparsed Entity unable to handle

    Recently we switched over to the latest DocBook V5.1b2.
    This DTD includes entityref attribute whose required value is an ENTITY.
    Unfortunately this attributes throws error while validating in InDesign, which doesn't when validated with other XML validator tools after exporting.
    I found the below note from InDesign XML reference document from the link
    http://www.adobe.com/designcenter/indesign/articles/indcs3ip_xmlrules.pdf
    Note: Unparsed entity references are not processed by InDesign. For images, use an href attribute
    that contains the file name instead. If necessary, transform the XML file with XSLT to create the
    required structure.
    Have any one got idea to overcome this restriction within InDesign to handle unparsed entities.

    "Within" InDesign, no, nothing you can do. It's documented though, as you found out yourself, and the solution provided might work.
    Can you show a tiny snippet of XML where this entity attribute is used? It ought to be quite simple to write an XSLT that removes this attribute and does an identity transform on the rest of the data, and to apply this XSLT on importing your XML.

  • ANN: Oracle8i 8.1.7 XML App Dev and Ref Docs Available

    In case folks missed it, in the last week our documentation team has published the online version of the Oracle8i Release 3 (8.1.7) documentation, including new reference and developer info about XML.
    Click on:
    [list]
    [*]Oracle8i 8.1.7 Docs
    [*]Oracle8i Server and JServer Doc sets
    [*]Oracle8i Server Application Development
    [list]
    Then click on links for either the "Oracle8i Application Developer's Guide - XML" or the "Oracle8i XML Reference".

    NN
    BEX refers to Buffer Overflow Exception. For more details on BEX, kindly visit
    http://technet.microsoft.com/en-us/library/cc738483(WS.10).aspx.
    It is software related and either a problem in the game or the OS.  You can check the OS by running a system file check but I suspect it is the game
    Please run a system file check (SFC)
    All instructions are in our Wiki article below...
    Should you have any questions please ask us.
    System file check (SFC) Scan and Repair System Files
    Wanikiya and Dyami--Team Zigzag

Maybe you are looking for

  • How to add two lines in one cell in smartforms

    Hi All, can anyone help me to implement the following format in smartforms? i have create one line type in table, one of the cell in the line type need to split two small line, the upper line is summary and the lower line still split into three small

  • HomeFusion- No support Service disappeared

    I am hoping this may gain some attention, or anyone else can share if this has happened to them On July 5th, after 2 SOLID months of very good speeds and HomeFusion service with 3+ bars on the router, the service disappeared. YES: The 4G Signal is GO

  • Convert Word 2007 Form to PDF Form not creating dropdown list fields

    I created a new word document with all my text fields with lines and 5 dropdown list fields with all their values.  Works great in Word 2007.  When I convert it to a pdf form (Acrobat Pro X) none of the dropdown list fields get created.  The text fie

  • Screen Saver not working & Phone Restarting unexpe...

    Hi,      Never expected this problem on my Nokia 701 after updating to nokia belle fp1. My phone restarts unexpectedly even though i m not using it and also while using some applications. Also my screen saver does not work whatever i do the screen sa

  • Installing iWork on Mac OS X Server

    I've installed my copy of iWork '06 on Mac OS X Server because I need to be able to read some Pages files on the development box. It installed fine (no errors) but when I try to launch Pages I get weird behaviour from the App. It's screens won't rend