From the table XML file

Hello

Load the XML file into an Oracle Table like I did for me

SQL> INSERT INTO EMP_DEPT (EMPNO, ENAME, SAL, DNAME)
  2 SELECT *
  3 FROM XMLTABLE('/ROWSET/ROW'
  4 PASSING XMLTYPE(BFILENAME('MYXML', 'EMP_DEPT.XML'),
  5 NLS_CHARSET_ID('CHAR_CS'))
  6 COLUMNS EMPNO NUMBER(4) PATH 'EMPNO',
  7 ENAME VARCHAR2(10) PATH 'ENAME',
  8 SAL NUMBER(7,2) PATH 'SAL',
  9 DNAME VARCHAR2(14) PATH 'DNAME'
10 )
11 ;
14 rows created.

Note:PASSING XMLTYPE(BFILENAME('MYXML', 'EMP_DEPT.XML')

MYXML is directory

EMP_DEPT. XML is the XML file for me

Tags: Enterprise Manager

Similar Questions

  • Polish fonts - ISO 8859-2 (Latin 2) - from the external xml file

    Hello

    I need to import the Polish text in my flashapplication. I load text from an external xml file.
    so far everything I try is unable to display special characters.

    When I encode the text, it works, but it's no choice...


    more than two things: I have to dynamically create the textfield (createTextField();), and the police must be incorporated.

    can someone tell me the solution of this problem?
    any help is appreciated!

    Thank you
    Marcin

    Hello

    here a solution that worked for me:
    I just had to change the language and location settings in windows and flash would take the right code of basic police...

  • Loading data from the external XML file

    Hello people!

    I have a XML file on my server, updated by cron every 10 minutes and I want to load data to my webworks her application, but the jquery ajax function do not support the folded areas. So here's my question - how should this information? Can I somehow download this file and then use ajax?

    Welcome!

    in your config.xml file, add an authorization to access your server:

    subdomains of http://www.yourserver.com"="true"/ >

    This will get by cross-origin issues.

  • Problem of extracting data from the XLIFF XML file

    Hi again,

    AS3 CS6 Flash Pro

    I have the XML loaded from a Flash panel language translation file strings in an XML variable. Works very well. Traces out - shown below.

    When I try to extract the data as XML < trans-unit >, I get an 1120: access of undefined property unit.

    function completeHandler(event:LoaderEvent):void {
        var stuff:XMLLoader = LoaderMax.getLoader(arrayXMLFiles[0]);
       var moreStuff:XML = LoaderMax.getContent(arrayXMLFiles[0]);
       ssDebug.trace(moreStuff); // this works with output shown below
       ssDebug.trace(moreStuff.xliff.file.body.trans-unit); // - error here
    }
    

    The Trace is here:

    <xliff version="1.0" lang="en" xmlns="http://www.w3.org/XML/1998/namespace">
      <file datatype="plaintext" original="CardJam.fla" source-language="EN">
        <header/>
        <body>
          <trans-unit id="001" resname="IDS_ZXP7_JAM_01">
            <source>If, while you are printing, your printer stops, ...</source>
          </trans-unit>
          <trans-unit id="002" resname="IDS_ZXP7_JAM_02">
            <source>look at the Operator Control Panel (OCP) for the fault description.</source>
          </trans-unit>
          <trans-unit id="003" resname="IDS_ZXP7_JAM_03">
            <source>If the fault is a card jam, open and close the Print Cover (or Options Cover).</source>
          </trans-unit>
          <trans-unit id="004" resname="IDS_ZXP7_JAM_04">
            <source>The printer will initialize and move the jammed card to the Reject Bin.</source>
          </trans-unit>
          <trans-unit id="005" resname="IDS_ZXP7_JAM_TITLE">
            <source>Card Jam</source>
          </trans-unit>
        </body>
      </file>
    </xliff>
    
    

    I found a code by looking at a similar problem - I do not know how to retrieve other data (as I guess) the rest of the HTML in the code. I need to find a better reference with details and examples.

    I fixed it by changing:

    ssDebug.trace(moreStuff.xliff.file.body.trans-unit); -error

    TO:

    ssDebug.trace (moreStuff.file.body ['trans-unit']); -no error

    with results expected (no error):

    If, while you are printing, your printer stops...

    get to the control panel (OCP) operator for the error description.

    If the fault is a card jam, open and close the Print cover (or cover the Options).

    The printer will initialize and move the card stuck in the compartment to reject.

    Card jam

  • How do you use the config.xml file to determine which version of an application, a user will download?

    I have two APKs for the same application and I implemented the config.XML of lower version number working for all screen sizes.  The config.XML for the higher version number is set up for only the scresns large and extra-large.  Here's the code from the config.xml file.

    Version 1

    < media screens android: anyDensity = "true" android: Center = 'true '.
    Android: smallScreens = "true".
    Android: normalScreens = 'true '.
    Android: largeScreens = "true".
    Android: xlargeScreens = "true" / >

    Version 2

    < media screens android: anyDensity = "true" android: Center = 'true '.
    Android: smallScreens = "false".
    Android: normalScreens = "false".
    Android: largeScreens = "true".
    Android: xlargeScreens = "true" / >

    When I try to download the app on Google game, only the top version is available, regardless of the size of the unit.  When I asked Google game why this was not behave as expected, they said that the file manifest for both applications is the same.  Here is the code, they shot in the manifest after having used PhoneGap Build.

    < media screens android: anyDensity = "true" android: smallScreens = "true" android: normalScreens = "true" android: largeScreens = "true" android: Center = "true" android: xlargeScreens = "true" / >

    Can someone explain why PhoneGap Build is not using the settings I set in the config.xml file?  And how to fix this?

    The tag is not a valid tag in the config.xml file. This is probably why you see the same tag in two, as the build service is ignorant.

    As to how solve you this problem. Currently, you can not, but the next version of android-cordova will include the ability to add a tag which you will be able to use like this:

  • Is it possible to see/get the data from the table to a dump file

    I have files dmp generated using expdp on oracle 11 g...

    expdp_schemas_18MAY2013_1.dmp

    expdp_schemas_18MAY2013_2.dmp

    expdp_schemas_18MAY2013_3.dmp

    Can I use a settings file given below to get the data from the table in the file sql or impdp the only option to load the data of table in database.

    VI test1.par

    USERID = "/ as sysdba".

    DIRECTORY = DATA

    dumpfile=expdp_schemas_18MAY2013%S.dmp

    SCHEMAS = USER1, USER2

    LOGFILE = user_dump_data.log

    SQLFILE = user_dump_data. SQL

    and impdp parfile = test1.par.

    No,

    DataPump cannot retrieve a dumpfile data in a flat file.

    Dean

  • I created a new library of more new playlists but cannot find the Library.xml file

    Hello

    I'm going to re - build my iTunes files from scratch, a kind of decennial event 'spring clean '. I have created a new library by using the command, click on application startup, and then began to rebuild new reading lists in the application. I can see the folder newly created the library that contains the new "iTunes Library.itl" file BUT I don't see that the iTunes Music Library.xml file. " There certainly must be one to save the data of the playlist, and probably "Get Info" should reflect today date' today... I don't see older versions.

    Although everything seems to work perfectly I don't want to have to re - visit the construction of Playlists from scratch for the next ten years! Can anyone suggest what happened to the .xml file?

    Thanks and greetings

    You can create an .xml on iTunes/file/library/Export library file and gives you the opportunity to put the Library.xml file in your iTunes Media folder - or anywhere you like.

    If you need to rebuild your playlists, you can go to iTunes, file, library, import playlist and select the .xml file.

    Normally, you do not see the .xml file in your iTunes folder.

  • Error message: the index.xml file is missing.

    I am trying to open a 'Numbers' file, which is stored in Dropbox in the cloud.

    I know there are some discussions about this already on this support group but they all suggest to back up files in Time Machine. I use Dropbox for years with no problems, but today I tried to open a file of numbers in Dropbox and received the message: "the index.xml file is missing." I have 2 other computers and an iPhone 6 and the file opens on them perfectly so my problem is with a single computer.

    I tried pulling the file from Dropbox on the desktop of another computer and then send this file to me as an attachment. I opened this file on the computer sends me questions, drag the file on the desktop and when I tried to open the file, I got the same message.

    It's just strange that it will not be open on computers.

    Any advise?

    Thank you, Tony

    Hi Tony,.

    This is somethng that occurs when you try to open a file of 3 numbers to 2 digits ('09). Make sure that you leave 2 numbers and then try to open the file of numbers 3. That should do it.

    Quinn

  • How to extract data from an arbitrary xml file and export it to a CSV friendly?

    Hallo,
    I am facing big problems in the use of XML files. I have a
    application that generates XML files with clusters containing arrays
    and scalars as in the example pasted below. My task is to
    Read it and export the data into a CSV document readable by a human.
    Since I do not know the actual content of the cluster, I need some sort
    Smart VI through the XML looking for berries
    and other data structures for export properly in the CSV file
    format (columns with headers).
    Thank you



    3


    6


    0



    1



    2



    3



    4



    5




    3.14159265358979



    Ciao

    Rather than to get the

    node, you can just go directly to the node since ' one that really interests you. Basically what it means to determine the elements of table how much you have, and it depends on if you have 1 or 2 knots . The rest is just of the child nodes and the next siblings. See attachment as a starting point. The attached XML file is a table 2D (change the .xml extension).

    Notes on the example:

    • I did not close properly references, so it's something you need to do.
    • It is limited to tables 1 d or 2D.
    • I suggest using a control path of the file to specify the input XML file and path of the file/folder control to specify the location of the output file.

  • Get the error in the Web.XMl file

    Hi Experts,

    As I established local installation in my system, but I get an error in the web.xml file tomcat server console.

    December 14, 2015 18:06:30 org.apache.catalina.core.AprLifecycleListener init

    NEWS: APR based Apache Tomcat Native library that allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.7.0_79\bin; C:\Windows\Sun\Java\bin; C:\Windows\System32; C:\Windows; C:\oraclexe\app\oracle\product\11.2.0\server\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\Windows\system32\WindowsPowerShell\v1.0\; C:\Program Files (x 86) \Common Files\lenovo\easyplussdk\bin; C:\Program Files\Java\jdk1.7.0_79\bin; E:\digitalM\csinstall\bin;.

    December 14, 2015 18:06:31 org.apache.coyote.http11.Http11Protocol init

    INFO: Initializing Coyote HTTP/1.1 on http-7001

    December 14, 2015 18:06:31 org.apache.catalina.startup.Catalina charge

    INFO: Initializing transformed into 2027 ms

    December 14, 2015 18:06:31 org.apache.catalina.core.StandardService start

    INFO: Starting service Catalina

    December 14, 2015 18:06:31 org.apache.catalina.core.StandardEngine start

    INFO: Starting the Servlet engine: Apache Tomcat/6.0.44

    December 14, 2015 18:06:32 org.apache.tomcat.util.digester.Digester endElement

    SEVERE: End event threw the exception

    java.lang.reflect.InvocationTargetException

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at org.apache.tomcat.util.IntrospectionUtils.callMethodN(IntrospectionUtils.java:959)

    at org.apache.catalina.startup.CallMethodMultiRule.end(WebRuleSet.java:789)

    at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)

    at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1158)

    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782)

    to com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ FragmentContentDriver.next (XMLDocumentFragmentScannerImpl.java:2973)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)

    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)

    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)

    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)

    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)

    to com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$ JAXPSAXParser.parse (SAXParserImpl.java:648)

    at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1675)

    at org.apache.catalina.startup.ContextConfig.applicationWebConfig(ContextConfig.java:365)

    at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1045)

    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:265)

    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4616)

    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)

    at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)

    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)

    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)

    at org.apache.catalina.core.StandardService.start(StandardService.java:525)

    at org.apache.catalina.core.StandardServer.start(StandardServer.java:759)

    at org.apache.catalina.startup.Catalina.start(Catalina.java:595)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)

    at org.apache.catalina.startup.Bootstrap.main (Bootstrap.java:414)

    Caused by: java.lang.IllegalArgumentException: Servlet mapping specifies a servlet name refreshservlet unknown

    at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2743)

    at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2723)

    ... more than 37

    December 14, 2015 18:06:32 org.apache.catalina.startup.ContextConfig applicationWebConfig

    GRAVE: Analyze the error in the Web.XML of the application to jndi:/localhost/cs/WEB-INF/web.xml

    org.xml.sax.SAXParseException; systemId: jndi:/localhost/cs/WEB-INF/web.xml; lineNumber: 43; columnNumber: 37; Error in (43, 37): Servlet mapping specifies a servlet name refreshservlet unknown

    at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2839)

    at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2865)

    at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1161)

    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782)

    to com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ FragmentContentDriver.next (XMLDocumentFragmentScannerImpl.java:2973)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)

    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)

    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)

    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)

    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)

    to com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$ JAXPSAXParser.parse (SAXParserImpl.java:648)

    at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1675)

    at org.apache.catalina.startup.ContextConfig.applicationWebConfig(ContextConfig.java:365)

    at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1045)

    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:265)

    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4616)

    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)

    at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)

    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)

    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)

    at org.apache.catalina.core.StandardService.start(StandardService.java:525)

    at org.apache.catalina.core.StandardServer.start(StandardServer.java:759)

    at org.apache.catalina.startup.Catalina.start(Catalina.java:595)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)

    at org.apache.catalina.startup.Bootstrap.main (Bootstrap.java:414)

    Caused by: java.lang.IllegalArgumentException: Servlet mapping specifies a servlet name refreshservlet unknown

    at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2743)

    at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2723)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at org.apache.tomcat.util.IntrospectionUtils.callMethodN(IntrospectionUtils.java:959)

    at org.apache.catalina.startup.CallMethodMultiRule.end(WebRuleSet.java:789)

    at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)

    at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1158)

    ... more than 29

    December 14, 2015 18:06:32 org.apache.catalina.startup.ContextConfig applicationWebConfig

    GRAVE: Occurred at line 43 37 column

    Org.apache.catalina.startup.ContextConfig December 14, 2015 departure 18:06:33

    GRAVE: Marking this unavailable application due to previous errors

    December 14, 2015 18:06:35 org.apache.catalina.core.StandardContext start

    SEVERE: Error getConfigured

    December 14, 2015 18:06:35 org.apache.catalina.core.StandardContext start

    SEVERE: Context / [CS] failed to start due to previous errors

    December 14, 2015 18:06:36 org.apache.catalina.startup.HostConfig deployDescriptor

    NEWS: Deployment descriptor configuration host - manager .xml

    December 14, 2015 18:06:38 org.apache.catalina.startup.HostConfig deployDescriptor

    NEWS: Deployment configuration descriptor manager.xml

    December 14, 2015 18:06:38 org.apache.catalina.startup.HostConfig deployDirectory

    NEWS: Deployment web application directory case

    December 14, 2015 18:07:28 com.sun.jersey.spi.spring.container.servlet.SpringServlet getContext

    INFO: Using default applicationContext

    December 14, 2015 18:07:28 com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registry

    INFO: Application bean Spring, TicketResource, of type com.fatwire.wem.sso.cas.integration.rest.TicketResource as a class resource root

    December 14, 2015 18:07:28 com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registry

    INFO: Application bean Spring, TicketGrantingTicketResource, of type com.fatwire.wem.sso.cas.integration.rest.TicketGrantingTicketResource as a class resource root

    December 14, 2015 18:07:29 com.sun.jersey.server.impl.application.WebApplicationImpl initiate

    INFO: Initiator asks from Jersey, version "Jersey: 1.1.4.1 11/24/2009-01:30 '"

    December 14, 2015 18:07:34 org.apache.catalina.startup.HostConfig deployDirectory

    NEWS: Deployment of the directory docs web application

    December 14, 2015 18:07:34 org.apache.catalina.startup.HostConfig deployDirectory

    INFO: Examples of Directory deployment web application

    December 14, 2015 18:07:35 org.apache.catalina.startup.HostConfig deployDirectory

    INFO: Deploy the web application ROOT directory

    December 14, 2015 org.apache.coyote.http11.Http11Protocol start 18:07:35

    Please suggest what I'm missing or how to solve this problem


    Thanks in advance.

    It shows the error in the XML parser.  Please validate your XML code for proper syntax. You might have missed some closing etc tags.

    Also make sure that this declaration of refreshservlet and his mapping is appropriate in your web xml.

  • How to export data from the table with the colouring of cells according to value.

    Hi all

    I use jdeveloper 11.1.1.6

    I want to export data from the table with a lot of formatting. as for color cells based on value and so much. How to do this?

    You can find us apache POI-http://poi.apache.org/

    See this http://www.techartifact.com/blogs/2013/08/generate-excel-file-in-oracle-adf-using-apache-poi.html

  • I upgraded to a new computer with Yosemite, after have migrated my settings on, Dreamweaver CS 5.5 will not launch. It says it cannot find the menus.xml file, then the problem is getting worse.

    I upgraded to a new computer with Yosemite, after have migrated my settings on. Adobe CS5.5 works very well except Dreamweaver CS 5.5, it says it cannot locate the menus.xml file and cannot rebuild from a backup. He suggested resettlement.

    But when I try to reinstall, I get an error that says "Installer failed to initialize. Please download adobe support advisor to detect the problem.

    Who produces the net problem of it being abandoned, and that brought me here. Help!

    This is a duplicate thread.

    DW CS5.5 and Yosemite [subject edited by Moderator]

    Ultimately, the problem has been resolved by running the cleanup CC tools then by reinstalling the software.

    Nancy O.

  • Change in the web.xml file is lost after build

    Hello

    I have a problem with the web.xml file. There is a servlet called ordDeliverMedia which, by default, refers to the class oracle.jheadstart.ord.html.OrdPlayMediaServlet in the web.xml file. I have change the default class to the mine, do you say, app.util.MyOrdPlayMediaServlet. Now, when I generate one of the services in the definition of JHs editor request changes to this article are lost and yet once done ordDeliverMedia refers to its default value, i.e., oracle.jheadstart.ord.html.OrdPlayMediaServlet. I wonder that changes to other topics such as the Faces Servlet or resources are not lost. What's wrong?

    In any case, I've migrated from JDev 11.1.1.4 JHs - JHs 11.1.1.3.35 to JDev 11.1.2.3 - 11.1.2.1.28

    See you soon,.
    Will do

    Will do,

    Unfortunately, we only check if the servlet class is not set to the JHeadstart one, we should add a check if the servlet class is set to a custom class and therefore leaves intact.
    We'll put that on the list to fix for the next version, for now, I fear, you must cancel the web.xml file changes before you check it into source code control system.

    Steven Davelaar,
    JHeadstart team.

  • How can I generate my own InDesign ePub file without the encryption.xml file?

    My Bookstore (B & N) will not accept my ePub file because it does not want the encryption.xml file included. How can I generate a file InDesign ePub, for my own books, without him? Is there a box somewhere? I searched through the ePub export area and boxes of file information, no luck.

    Error message from PubIt.com B & N:

    We found a file name called encryption.xml in your container of EPUB, which refers to the part, or all, your file is encrypted. We do not accept any encryption in source ePub files. After the closure of this message, please remove the file encryption.xml your ePub and you can try to download your ePub file again.

    If you want to apply DRM to your title, go to Section 4, question H and select Yes. PubIt! apply DRM to your title once you have downloaded your ePub without encryption file.

    Thanks for your help...

    Sorry I wasn't clear. Do not embed fonts at all. No matter what.

    Take care, Mike

  • Editing the toolbars.xml file in CS5

    Hello. I made a few changes to the toolbars.xml file, but I can't get these changes appear when I run the application, Dreamweaver CS5. I left / reopening of Dreamweaver and restarted my computer, all to nothing does not. On a hunch, I deleted the file entirely from the Repertory of toolbars , but the toolbar is always responsible in its original plan, leading me to believe it's some sort of caching memory/question. My goal is simply to rearrange a few buttons on the toolbar. Does anyone know how to get the changes to appear?

    Program : Dreamweaver CS5

    File : C:\Program Files (x 86) \Adobe\Adobe Dreamweaver CS5\configuration\Toolbars\toolbars.xml

    OS : Windows 7 Professional

    Any help would be greatly appreciated.

    Thank you.

    Hello

    First of all, you should never modify configuration files in the installed directory.

    You are probably trying to edit a file that has already been modified by an extension, this file is located in the user configuration files located in the position that these are installed, see the info to locate these files Sub - "Locate your personal configuration file" in the faq, http://forums.adobe.com/thread/494811.

    The files in these folders will rewrite the standard dw config files.

    If you would like more information I suggest that you read the help files "Extension from Dreamweaver" - http://help.adobe.com/en_US/dreamweaver/cs/extend/index.html.

    PZ

    www.pziecina.com

Maybe you are looking for