epubcheck is unable to validate the date value ID CS 5

Hello

I applied for an application with Apple to distribute my ebook on their iBookstore. In the specifications of Apple he says my 'Must' epub file past epubcheck 1.0.5. I downloaded epubcheck and run the code in the Terminal. There was a minor hyperlink error, which I fixed, however, I can't get rid of the following error.

epubcheck 1.0.5

ERROR: Users/Digital/Desktop/XXXX-eBook.epub/OEBPS/content.opf(2): value date "is invalid, YYYY [-MM [-DD]] should

Thinking it might be a mistake to epubcheck program I have minimum new version...

epubcheck 1.1

ERROR: Users/Digital/Desktop/XXXX-eBook.epub/OEBPS/content.opf(2): date value "is not valid. The date must be in the form YYYY, YYYY-MM or YYYY-MM-DD (e.g., "1993", "1993-05", or "1993-05-01"). See http://www.w3.org/TR/NOTE-datetime.

I did some research and found this fix:

Troubleshooting metadata 'date' of the epub

()http://ebw.co/kbase/creating-epub-from-indesign/after-indesign-export-to-epub/add-metadata( )

If you see your epub with epubcheck 1.0.5 version or later, you get this error message:

ERROR: title.epub/OEBPS/content.opf(2): date value '' is not valid, YYYY[-MM[-DD]] expected

To set the date: in the section of your content.opf file metadata, replace this code

<dc:date/>

with this


<dc:date>2010-06</dc:date>

This date is an example, of course. Change that to your release date. (If you have not a < dc:date / > tag, simply add the line.)

So now the question: why does ID CS 5 export the date correctly, and how to open the opf file to insert the corrected code? Is there another way - or I have missed to insert a date somewhere in my User.ID file. If so, where do do this?

Thank you.

You are right. An EPUB of CS5 of the victims of the epubcheck file will always report a failure because InDesign does not write metadata date that is necessary.

Books like "EPUB Straight to the Point" document methods of Elizabeth Castro to solve this in the EPUB file. I hope that the next version of InDesign will be able to generate a success through epubcheck without manual intervention.

Tags: InDesign

Similar Questions

  • How to validate the Date value in the text column

    Hi all

    I entered DATE value in the element of text field (Char Data Type), now how do I validate, the entered date is valid or not.

    Thanks in advance.

    Well, the easiest would be to make the part of DATE data type.

    Another possibility is to try to convert the value to a date in the WHEN-VALIDATE-POINT-trigger, as

    DECLARE
      dt DATE;
    BEGIN
      dt:=TO_DATE(:BLOCK.ITEM);
      -- if code comes here, the date is valid
    EXCEPTION
      WHEN OTHERS THEN
        -- seems to be no valid date
        MESSAGE('Error');
        RAISE FORM_TRIGGER_FAILURE;
    END;
    

    Published by: Andreas Weiden on 19.12.2010 12:23

  • How can I validate the data in the control file?

    Consider that the SQLLoader reads the data entry of the path file and loads the data in the base tables up on top of the description specified in the control file.
    First, the form is created:

    create table sql_loader_1 (load_time date, digital Champ_1, Champ_2 varchar2 (10))
    Example of control file:
    load_1.CTL

    load data
    INFILE "load_1.dat", "str"\r\n"
    insert into table sql_loader_1
    (
    load_time sysdate,
    Champ_2 position (01:10).
    Champ_1 position(11:20)
    )
    Note that positions 11 to 20 are loaded in positions 1 to 10 in Champ_2 and Champ_1. The load_time field is filled with time current (sysdate) load.

    Here is the data. The name of the file (load_1.dat) had been specified with the statement for infile in the control file.

    load_1.dat

    0123456789abcdefghij
    **********##########
    foo bar
    This is a very long line
    and the next one is
    short

    declared the Champ_1 as a numeric data type, but the input data file contains the data "Sue"(position 11:20) so the sql loader adds not the record to the database instead the record is written in the bad file. But I want to validate the data of the "(position 11:20) is digital or not." How can I post this in the control file itself? If it is not possible, how can I validate it in the database? give me a sample code to explain this

    Here are two ideas.

    Idea 1: This control file will check to see if the data to be loaded in Champ_1 contains a number (including the negative and decimal).

    load data
    infile 'load_1.dat' "str '\r\n'"
    insert into table sql_loader_1
    (
    load_time sysdate,
    field_2 position( 1:10),
    field_1 position(11:20) "decode(trim(translate(:field_1,'-0123456789.',' ')),null,:field_1,-999)"
    ) 
    

    If Champ_1 is a number or null, it is passed through, as is. If there is no numeric characters (in addition to '-'and'.') a distinct value-999 will be inserted for you allow to load the rest of the columns and easy to see the lines had data that cannot be loaded in Champ_1. This idea has its flaws (a string like "... ("will always drain the .bad file)

    Idea 2: Load the data into a staging table first (or define an external table) where all columns are VARCHAR2. Then use SQL or PL/SQL to validate data in the staging table in your process to move the data into the table with the actual data types.

  • Impossible to install the preset, was unable to validate the license online

    Tried to install the presets both times, get the error message that was unable to validate the license.

    Have an active account of CC and is licensed, why isn't it then download?

    Thanks for the update.

    You must follow the steps in this link for a manual installation of these predefined settings: https://creative.adobe.com/addons/products/14571#.VxEf_2h96Uk

  • my license Lightroom 6 was well recorded but validation blocked... Please in french! Unable to validate the serial No.

    my license Lightroom 6 was well recorded but validation blocked... Please in french! Unable to validate the serial No.

    If you have a stand-alone perpetual license, use the following to activate: https://helpx.adobe.com/lightroom/kb/serialize-lightroom-cc-trial-to-activate-as-lightroom - 6.html

    You have a serial number (1160... 24 numbers, not characters - DO NOT post here) or you have a redemption code?

    You can use the forum (at the bottom right of any post) translator to translate the messages to the French.

  • Mirage Management Server installation 5.1 - "unable to validate the permissions for this user account.

    I'm installing Horizon Mirage 5.1 server on a Windows Server 2012 R2 VM management. The SQL is located on a Server R2 VM with SQL 2012 2012. We have created a Mirage service account that has permissions of db_creator on the SQL Server. When we run the installation wizard we get the "unable to validate the permissions for this user account. Unable to connect to the database. The control server name, the name and server instance parameters"error message. We tried to make the local admin of the SQL server service account and the Mirage Mgmt server. We tried you identifying as service account and by running Setup in this way. Windows Firewall is disabled on both virtual machines. When we enter the SQL Server name and the instance use < servername > without an instance because it is an unnamed instance. Does anyone have other ideas? Cannot find much out there for KB articles. I'll open evidence of the support if it takes too long to understand.

    The service account, we created had a "database default" set in SQL. We chose the database and he continued as planned.

  • During installing After Effects CS6, after the number of input series - report «we are unable to validate the serial number for Adobe After Effects CS6.» Please contact the support. »

    During installing After Effects CS6, after the number of input series - report «we are unable to validate the serial number for Adobe After Effects CS6.» Please contact the support. »

    What are the blocker of Adobe which affects the serial number validation processes.

    Follow the procedure below:

    • Remove all entries that has name of adobe. Then close the Textedit, it will Autosave.
    • Make sure that there is no entry of Adobe on the inside.
    • Then copy and paste the Hosts file in folder etc.
    • We replace the modified hosts file that we had copied on the desktop with the original Hosts file inside the folder etc.
    • When you are prompted, the authentication by password Mac,
    • Be sure to select the option Replace ...
    • Once you have replaced the Hosts file, double click on it again and check if the Hosts file is free of Adobe entries.

    Then try to activate the CS 6 apps using the serial number, it shud work.

    Let me know if you face any problem.

  • I have a problem to download a Web of Muse - the following site seems to be the problem - unable to validate the specified domain is associated with the FTP server and folder. Continue nevertheless helps Adobe told me to download and extract the f

    I have a problem to download a Web of Muse - the following site seems to be the problem - unable to validate the specified domain is associated with the FTP server and folder. Still

    In Adobe help, it tells me to download and extract the ftppefs.xml file - it's supposed to be found in the Mac/Library/Preferences/Adobe/Adobe Muse CC/20141 and paste this folder GO.

    I checked this place and there is no file. I have re-installed Muse but preference file doesn't show up - where I can get it?

    Daryl

    Please check the used domain in the domain and the server is entered, it can be the reason for the absence of the field.

    Thank you

    Sanjit

  • Try to download on our FTP Muse site recognizes the following FTP screen then stands up and says... "Unable to validate the specified domain that is associated with the server FTP. Still? "FYI, until I update to the 2014 version it worked fine. Pl help

    Try to download on our FTP site

    Muse recognizes the FTP

    Then the next screen appears and says...

    "Unable to validate the specified domain that is associated with the server FTP. Still? »

    FYI, before I update to version 2014 there worked well.

    Help please. Thank you. Chuck

    OK, I spent about 2 hours on the phone with the support guys Muse and here's what finally worked...

    When the second screen, enter ftp, your domain.com NOT www.yourdomain.com

    then put the name of next folder as usual.

    Why it works that way...? who knows... but it works.

    I would like to know how you do them.

    Chuck

  • Unable to see the data as a percentage on the data form

    Hello

    I'm unable to see the data on the data form 10% but consider 0.10

    I created a few accounts hypothesis saved in the dimension of accounts with the data type %. I wonder what goes wrong?

    I have the columns 'Account' scenario, one custom dimension and lines I 'legal entity' and I expect to see the % of the form data, but without success.
    Wonder what goes wrong?

    This is version 11.1.2

    Ravi

    If it is a classic application, you will need to return to the Administration > Manage > Dimensions and click on the order of evaluation, move accounts in the left pane in the right pane and apply, try the forms.
    If it is an application of EPMA have a read of:-http://download.oracle.com/docs/cd/E17236_01/epm.1112/epma_admin/epma_data_type_eval.html

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Error: Please enter the date value in the correct format DD-MON-RRRR

    Hi all
    First of all, I am 100% not learning financial oracle no technical information. I'm trying to run a report: - the calendar does not appear in order for me to choose the date - not to mention that when I enter the date IE 10/09/2010 or on 09/10/2010 the system gives me this error "" error: Please enter the date value in the correct format DD-MON-RRRR ".
    Please help me to solve this.

    Thank you

    Please enter date in format 12 October 2010.

    Kind regards
    http://www.oraerp.com

  • Planning an application migrated but unable to see the data

    Hi Experts,

    Please inform the I migrated successfully planning application; but when I open the target application server iam unable to see the data, while the demand of Sousse is to display the data.

    Are there additional steps to migrate data as well.

    Secondly, any measure of pass variables (substitution) source to application target as well.


    Thanks in advance for any help.

    Concerning
    Kumar

    You can migrate through different versions without problems, but I would try to push to have your test and production environments running exactly the same version.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Validate the Date Format

    Apex 3.2

    I have a field called P14_START_DATE.

    Display as a type is Date Picker (jj. MM. YYYY).

    Now, if the user is using the pop-up calendar, the field is filled with for example 07.12.2013.

    I have 2 standard validations, not null and specified element is a valid date.

    If the user decides to enter the date, they can use a different format, for example 12/07/2013, I don't want to happen.

    How can I validate the field, so that they get an error if they do not use the exact format

    Gus

    GusC wrote:

    If the user decides to enter the date, they can use a different format, for example 12/07/2013, I don't want to happen.

    How can I validate the field, so that they get an error if they do not use the exact format

    Create a PL/SQL function to return Boolean validation for the article and try to convert the value of the element to a date by using the format mask FX to require an exact match between character data and the model format.

    declare
    
      d date;
    
      invalid_date_format exception;
        pragma exception_init(invalid_date_format, -1861);
    
      invalid_date_length exception;
        pragma exception_init(invalid_date_length, -1862);
    
    begin
    
      d := to_date(:p14_start_date, 'fxdd.mm.yyyy');
    
      return true;
    
    exception
    
      when invalid_date_format or invalid_date_length
      then
        return false;
    
    end;
    
  • Trying to connect wireless and I get an error saying: "Unable to validate the identity of the network."

    original title: network connection problem.

    I connected it to my new network wireless with my laptop, the connection of the laptop is unable to validate identity to the network. This connection is working but asking to validate identity. How to configure the connection to the laptop properly.

    Hey Jan Williams,
     
    Try the steps as suggested by "Shawn - Support Engineer" of the next and see if it helps to solve the problem:
     
  • Validate the date of the files?

    Hello..

    I have a storagein of severals SD card files and I need set date time time (time - 30 minutes) of these files for specific fi must download new files en update of data...

    Kind regards!

    Take a look at FileConnection.lastModified (). The return value can be compared to the new Date () .getTime () - 1800000 l. (1800000 = 30 minutes * 60 seconds / minute * 1000 milliseconds per second).

Maybe you are looking for

  • ICS for the Canadian Xoom?

    Someone at - it means nothing on the calendar for the ICS Xooms update Canadian wi - fi? I think if we as usual a few months behind the United States with updates, then were looking at May / June, but I was wondering if anyone has heard rumors/news o

  • Relay using the temperature control

    Is there a code example using a TC 120 to control PS RLY 420 FP? I am trying to enable / disable a device by using the temperature.

  • Profile of Stimulus call API Veristand leads do not have test

    I wan´t to call a stimulus program profile file. I discovered that there are no VI to do this in the API of the LabVIEW VeriStand (for the profile editor of stimulus inherited such a VI exists). But in the example finder is a VI that uses the API .NE

  • My cd player will not play CD in xp.

    I tried the advice of http://support.microsoft.com/kb/314060/EN-US, but it did not work. The CD Player did not work for a few weeks, but I'm at a stage where I need info on a CD. I can't find anything else that will help you.

  • Need to install Windows 7 but the thumbnail is damaged key code and cannot be read

    You need to install on the laptop after hardware change. Key code sticker on bottom of laptop is partially damaged and cannot read 3 characters. Help