Bad Character on XML export

On exporting to xml i get 100s of bad characters. Like below:
The problem is highlighted in yellow. It is a small square not a zero. Any thoughts on how to remove this on XML export...I have no idea where to begin.
Michael D

Michael,
If Russ is right (which is quite likely) you will find the code for that character is 13 (aka Carriage Return). You can remove those useless characters by  from FrameMaker documents by MIF washing or simply by searching for \x0D and replacing by nothing.
If not, it is still useful to know which code is behind the character. Any decent text editor has a binary mode which would give you the hex codes.
- Michael M.-H.

Similar Messages

  • XML export character encoding bug

    I've found a bug with Final Cut Pro XML export for any projects where media has a "#" in the name. Premiere Pro passes the "#" character into the file pathname instead of encoding it as "%23". The result is any clips with names such as "clip #1", "clip #2", "clip #3", etc. will be broken whe the XML is imported by another application. Compare:
    Premiere Pro XML (does not work):
    <pathurl>file://localhost/Volumes/P50%20Production%20Drive%202/CNMT%202011-12/CNMT%202011- 12%20Final%20Cut%20Pro%20Documents/Mom%20is%20Never%20Wrong/
    CNMT_MomNeverWrong_Street_12_14_11/Clip%20#2.mov</pathurl>
    Final Cut Pro XML (works properly):
    <pathurl>file://localhost/Volumes/P50%20Production%20Drive%202/CNMT%202011-12/CNMT%202011- 12%20Final%20Cut%20Pro%20Documents/Mom%20is%20Never%20Wrong/
    CNMT_MomNeverWrong_Street_12_14_11/Clip%20%232.mov</pathurl>
    Note the difference in the clip name. A global search and replace of "#" with "%23" makes the Premiere Pro XML work properly.
    This bug is easily repeatable and verifiable. I've filed a bug report but wanted to post here just to give folks a heads up.
    Thanks for your help!
    --dhl

    This tech note will help:
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F7717&zone_110=7717%2A%20
    ka

  • CS2/MAC/Applescript: XML Export problem with Special Character (thin space).

    Hi,
    I just have noticed that the base XML export of Indesign doesnt encode/keep the unicode value of Thin Space in the exported XML. Strangely, a non-breaking space is encoded ( ) and a few other higher range unicode values (well not encoded, it's in the text data just like any other character).
    The thin space is converted to a char 63 (?). I have tried utf8 and utf16.
    Is this behavior documented somewhere? There is no option in the export window.
    Does it mean that the only complete and reliable way to export text data is to have another script to export the tagged page item text content? (i definitively can do this, but it's remove alot of the simplicity of using the base XML export) [and make any simple xml/text roundtrip unfunctionnal]
    Anyone having experience with XML workflow can confirm if i have just met a known limitation of Indesign??
    Thanks,
    Eric

    Oups! I was able to find something here on the same subject:
    http://www.adobeforums.com/webx/.59b561c7/0

  • Oracle.xdo.parser.v2.XMLParseException: Bad character (1e)

    Hi,
    I am using BI Publisher shipped with Oracle EBS R12 (I think it is BIP 5.6.3).
    I have made a specific XSL-TEXT layout file to generate some output files in a proprietary format (for label printing). Everything is working like a charm so far.
    However now I want to put ASCII control characters into my output file, e.g. char 30 / RS / Record Separator (https://en.wikipedia.org/wiki/C0_and_C1_control_codes). I know that XML is not really made for some of those control characters, but well...
    I have something like this in my XSLT layout file:
    <xsl:output method="text" media-type="text/plain" indent="no" encoding="iso-8859-1" />
    <xsl:text>& #30;</xsl:text>
    ...When I run it in BIP I get following error message in the OPP logfile:
    oracle.xdo.parser.v2.XMLParseException: Bad character (1e).
    I found Metalink note 745451.1 stating that patch 7687414 should fix the problem. We have this patch installed (comes with R12.1.3) but the issue is still there.
    Does anyone have ideas or experience with this? I know that I should not use non-supported characters in XML, but that would mean that BIP has no purpose anymore for this case and I have to find another solution from someone else or develop my own program.
    Thanks in advance,
    David.
    Edited by: David Weber on Aug 24, 2012 2:12 PM

    Does anyone have an idea? Anyone experience with generating binary data via BIP maybe?
    regards,
    David.

  • Soft returns, xml export

    If I want to export text, including soft returns, to xml I get the error that some kind of characters are not recognized.
    Is there a way to export soft returns correctly to xml ?
    I already posted a similar question, but maybe I was not clear anough, so please accept my appologizes.
    Kind Regards,
    Droom

    Hi Droom,
    are you sure that it is this forced line break character that causes the error message?
    There are indeed some characters that can not be exported by InDesign's XML export, but as far as I know there are no problems with the forced line break.
    Maybe you are using another char like an AutoPageNumber char (0x0018), a SectionMarker char (0x0019) or a right indent tab char(0x0008). These characters can not be exported.
    Generally every character that has a hex value lower that 0x0020 (except 0x0009, 0x000A and 0x000D) can not be im- or exported by XML.
    Try to create a new document with only one frame, insert a single forced line break and export it. If it works you have to look for another character that causes the problem. If it doesn't work I am mistaken.
    Form more info see my approach to import a right indent tab ( http://www.adobeforums.com/webx/.59b6dbd5/2 ).
    For some information about InDesign characters see: http://www.absatzsetzer.de/downloads/Zeichen.pdf (it is in German, but the table is understandable, I think)
    Best wishes
    Silo

  • Knowing result of XML export from ExtendScript

    Does anyone have experience in tracking the status messages for an XML export from within ExtendScript ? One of my scripts publishes a book and all its chapters to XML and needs to report on possible errors that occurred. The export also includes running an XSLT for post processing. I can see the status messages in the console panel but I need to know the status from within the script, so that it can handle possible error situations elegantly.
    Ciao
    Jang

    Hi Jang,
    you can use FA_errno after your export, here is an example with an import :
        var newImport = doc.Import(textLoc, newFile, importParams, retParams); // Import graphic from picture
        if(FA_errno != 0) {
            message = "Export aborted : Unable to import file : " + newFile;
            if(FA_errno == Constants.FE_BadParameter) message += "\r\rError N° : " + FA_errno + ", Bad parameter\r\rCheck your structured applications definitions";
            else if(FA_errno == Constants.FE_SystemError) message += "\r\rError N° : " + FA_errno + ", System error\r\rCheck your permissions on folder or on files you are trying to overwrite";
            else message += "\r\rError N° : " + FA_errno;
    Hope it helps,
    Bye

  • PP7.1.0. XML Export missing REEL names - help!

    Problem with FCP XML export from Premiere Pro 7.1.0
    It's screwed up my worflow for editing Premiere from Proxies created in resolve.
    All worked fine in PP CS6
    Workflow
    1. In Resolve: Create Quicktime Proxies from DNGS created with Raw Magic via 5DIII
    2. Import my proxies into [b]Premiere CS6[/b]. Each Proxy comes in with the correct 'Tape Name' that matches the Reel name of the Clip in Resolve
    3. Edit in premiere
    4. FCP EXPORT .XML >>
    5. Opens perfectly in Resolve. The editng Proxies arere-linked to the RAW DNGS inside resolve, using the <REEL>names (you can see them inside the attached XML).  All is good.
    But with Premiere CC 7.1.0
    Opening XML in resolve gives me 'Failed to Link Because timecode extends do not match'
    world of pain - I can't manually relink 100's of DNG in resolve.
    Examning the xmls - Premiere CC 7.1.0 seems to have stopped exporting <REEL>
    Could anyone please test/confirm with Premiere CC 7.1.0 & Resolve 10
    I have attached the 'good' and 'bad'  XML's. [see link]
    Anyone having similar problems???
    How can I downgrade to PP CC 7?
    https://dl.dropboxusercontent.com/u/401700/FCP%20EXPORT%20PROBLEMS%20-%20MISSING%20REEL%20 NAMES/FCP%20EXPORT%20Missing%20Reel%20Names%20with%20PP%207.10..zip

    Has anyone found out a workaround for this?  We're just about to head into 3 back to back projects!
    We're still getting issues when trying to relink original Cinema DNGs from the proxies coming from an XML out of Premiere CC 7.2.1
    I can manually link them from the media pool, but have to do each clip in the timeline individually!
    Apart from re-exporting the Cinema DNGs as ProRes 422 HQs and linking these to the Premiere timeline (which king of defeats the object of recording RAW), does anyone know any work arounds?
    I take it this is still an issue with Premiere not exporting Reel / Tape names in the XML.
    EDLs do not work for us either.

  • Crystal Report 2008 SP2 & InfoView: Custom XML Export doesnt work

    Hi,
    I have created a Crystal Report .rpt and want to use the custom xml export function to output a custom xml file. For that, I created a custom transformation file (xsl) and imported it into the .rpt . On the client machine, if I open the .rpt with Crystal Reports 2008 SP2, and select to export it using the custom xml output, all runs fine. (under SP1, only half the file was created...)
    If I upload the .rpt file to Infoview (server-side: BO Enterprise 3.1, SP2 as well) and schedule it, I can select xml, and then my custom xml as output format, but I am getting the error message u201EUngültige Exportoptionen" (="invalid export options"), in the instance history. No output file is created. I use file system as destination. Other output formats like .pdf and .rpt work fine and files are created.
    Ideas:
    -Are there any more settings needed on the server (e.g.CMC - Crystal Server Jobs, other Processes, ...) so I can schedule the report and successfully create the custom xml format file as output?
    -Do I need to upgrade to a specific SP or FP on server-side so everything runs smooth?
    Thanks for your help!

    Hi Florian,
    I'm having the same problem, have you by any chance found a solution?
    Gajus.

  • Problem with Xml exporter

    Hi All,
    Thanks in advance for ur warm replies.
    I am exporting personalizations which i did but iam facing problems with this.
    Please help me on this issue.
    Steps i follwed.
    Step1: exec jdr_utils.listcustomizations('/oracle/apps/ego/item/eu/webui/EGOITEMATTRIBUTEPGL');
    It displays me the customizations which i did as follows
    /oracle/apps/ego/item/eu/webui/customizations/responsibility/24091/EGOITEMATTRIBUTEPGL
    Pl/sql procedure completed successfully.
    Step2: Iam now at command prompt on java_top and i run the following command
    java oracle.jrad.tools.xml.exporter.XMLExporter
    /oracle/apps/ego/item/eu/webui/customizations/responsibility/24091/EGOITEMATTRIBUTEPGL
    -username apps -password <mypwd> \
    -dbconnection "(description=(address_list=(address=(protocol=tcp)(host=<host>)(port=<myport>)))(connect_data=(sid=<mysid>)))" \
    -rootdir "/oracle/apps/ego/item/eu/webui/EGOITEMATTRIBUTEPGL'"
    * I don't know exactly what is root directory here. which path i need to provide here.*
    Error: No such file or directory.
    Thanks and Regards
    Zaheer

    Zaheer,
    <output_dir> - (Required) Output directory where the exported xml file structure is to be stored. You may set this to any directory, however, we recommend that you export your packages or XML files to $APPL_TOP/personalizations.
    If you run the export tool for the package
    /oracle/apps/ak/dem/webui/customizations/site/0/REQORDERSTATUSPAGE and specify -rootdir
    $APPL_TOP/personalizations, the xml file is saved as
    $APPL_TOP/personalizations/oracle/apps/ak/dem/webui/customizations/site/0/REQORDERSTATUS PAGE.xml.
    In your case define rootdir as rootdir "/oracle/apps/ego/item/eu/webui ".
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Trimming XML export from FCP

    Is it possible to trim the sequence XML export? FCP exports the entire XML sequence even when using Mark In/Out. I just need portions from the sequence to facilitate text extraction from my sequence chapters... if it helps to know why. Thanks.

    Duplicate the sequence...trim out what you don't want to export. Then export the XML.
    Shane

  • XML Export/Import Query & Variables

    Hello,
    We are currently bringing up a new environment/landscape.  With that, I'm trying to copy some of the query elements off our current production server and move them back to the new development server.  After much wasted time trying to duplicate the query manually, I've decided to do it via XML Export/Import. 
    I have successfully created an XML file from our production system (sitting on my local machine).  I then go to the import area on the development system and bring up the XML file I created.  I then process the file on the development server.  The import wizard tells me that it saves the objects successfully, but I'm unable to find any of the objects on the system.  So, I have two questions. 
    1)  Is this the proper way to do this, or is there a better way (assuming not on the transport path)
    2)  With the logs saying successful, where do those objects go?  Is there a way that I can go find them?  Do they need activated?
    Thanks in advance,
    JW
    Edited by: J W on Sep 19, 2008 2:02 AM

    bump

  • Bad Character Errors after Unicode implementation???

    Hi,
    Uncode is implemented in BW Development system in my project. While prforming unit testing after implementing the unicode, we faced an issue of bad character in Sort field while loading data for 0VENDOR master data. Till now we used to correct this kind of error in PSA level and reload the data from PSA to Data target in production. I hope, this kind of error should be resolved after implementation of Unicode Conversion project. But, even after implementation of Unicode, we faced this problem.
    Can you please confirm me my understanding is correct - after implementation of Unicode, bad character errors will disappear?
    Best Regards,
    Venkata.

    HI again,
    I would like to correct my statement above. I did encounter an error during the import phase (ie. import abap) where it stopped at SAPDFACT.
    I changed the  "err" to "ok" in the tsk file to continue cuz I couldnt find any other alternative working. On browsing other forums I have come to conclude that is the problem for sure.
    Can you please help me figure how to resolve the issue please .. ??
    thank you!

  • Handling new line character in XML

    Hi,
    Question : How can we specify new line character in xml ?
    Explaination for use :
    I have a xml structure like :
    <?xml version="1.0" encoding="UTF-8"?>
    <MT_ISO8583_XML_request>
    <TRANSDETAILS>.
    <TRANSACTIONAMOUNT>0000000000000000</TRANSACTIONAMOUNT>
    <SYSAUDITNUMBER>225998394671</SYSAUDITNUMBER>
    </TRANSDETAILS>
    </MT_ISO8583_XML_request>
    I am using Java mapping to convert xml to some satndard flat file format. It works fine for single message.
    To handle multiple message i am using Multimapping split. Multimapping needs xml tags in traget structure also to split the message.
    To achieve it without BPM, I want to take the whole content of my target file to one tag. When i do this i lost all the new line characters aslo. How can i preserve my new line character using XML ?
    Regards
    Kulwinder

    Are you sure, that the nl characters are deleted?
    They are usually not shown in the XML display.
    You can also use an adapter module instead of a Java mapping. So you can do a split in mapping, but the conversion to the flat file in the adapter module. If you have already a Java mapping for this purpose, you can easily create an adapter module based on that Java code.
    Regards
    Stefan

  • Description of elements and attributes in XML export.

    Does anyone know where I can get a complete description of all the elements/attributes in the XML export from FCP. I found the DTDs (V 1-3), but it only gives me the names and overall structure. I need to know what the content means.
    in particular I want to automate if I can- using XSLT and XSL-FO - the production of standard reporting that I am required to produce (manually) in a documentary production course.

    its all on Apple's Developer site
    http://developer.apple.com/DOCUMENTATION/AppleApplications/Reference/FinalCutPro _XML/index.html

  • Report acts funny AND xml-export broken

    Hi @ all,
    1.
    My users are experiencing some weird problems: A report is displayed with the pagination showing that there are 59 rows, but the report is empty... only the column headings are shown!
    Take a look at the screen shot (2004-07-21_Report-Problem.JPG):
    http://marvel.oracle.com/pls/otn/p?n=3444139716751380138
    I've seen this only a couple of times and we thought that we had eliminated the problem by installing a newer version of the IExplorer (6.0). My users had some more difficulties with the older version (mostly 5.0).
    Creating this page I used the howto 'Build a master-detail application'. And yes, I'm positive, there are Samples associated with Delivery 11.
    Has anyone ever experienced such a thing?? How did you get around it? (especially this being such a sometimes-works-sometimes-doesn't-work phenomenon)
    2.
    Another thing: I tried the XML-export (Data Workshop) here in my installation. When I'm at the very end and click Export Data I just get an error message: ORA-04063: has errors ORA-04063: package body "FLOWS_010404.WWV_FLOW_DATALOAD_XML" has errors ORA-06508: PL/SQL: could not find program unit being called. (This happens whether the 'Export as file' -checkbox is checked or not!)
    I tried exactly the same thing on marvel.oracle.com and got a nice XML-file.     :-)
    Has anyone a clue what that program unit is that is not found?
    -David-

    David,
    1. Looks like a pagination problem. Look for threads on resetting pagination on this forum. Your mileage may vary, given the version of HTML DB you are running.
    2. I know you don't want to hear this, but it's time to upgrade to the production version of HTML DB. Like you said, it's working on htmldb.oracle.com. It's tough to say what may be wrong with your setup, other than that it's pre-release software.
    Sergio

Maybe you are looking for

  • Expression Builder: convert string to number

    Hi all, I'm having trouble building a field validation rule for bank account numbers. The numbers have 12 positions, so I cannot use a string or text number. The validation rule to be implemented is that the last two digits are calculated based on th

  • Report RFKQST00 (Withholding Tax Return) Selection Screen

    Good Morning, When running report RFKQST00 i need to adapt the selection-screen of this report. As you can test, if you change the parameter Country Variant (P_VARIA) the selection-screen is different for each variant. What i want to know is if i can

  • Percentage in Totals / Grand Totals

    I have 2 columns on a report (in reports builder) that have numbers - total touched & total count. I am calculating the percentage done with the following formula: ROUND(((PP_TOUCHED / PP_TOTAL) * 100),2). This works fine for the detail lines, but I

  • Aironet 1140 AP - Lost connection after updating duplex

    I change the duplex from Auto/Auto to Full/1000 via the attached screenshot setting in the web access console. Now the AP will not respond and allow items to connect to the AP. I can no longer access it via the URL or ping it. Any ideas on how to get

  • I cannot set new security manager.

    How to set new security manager if there is one that is installed. It always raises an exception.