Weaknesses I've come across in the Oracle XML/XSL implementation

Weaknesses I've come across in the Oracle XML/XSL implementation
NOTE: I think Oracle is a fantastic database and the XML implementation is lovely to use - also I know these are not limited to XE and also that some are fixed in 11g enterprise however I'm not sure if all are so I am posting here in the hope that Oracle will include fixes for all if any have been missed
1. getclobval() returns a spurious carriage return on end of the value returned
2. extract does not handle mixed content tags well (for example it simply discards tags that only have whitespace between them
3. XSL: using a xsl:number level="multiple" with anything beyond a simple count= xpath value crashes the database completely
4. XSL: insists on pretty printing output XML which is extremely odd behaviour and causes problems when dealing with mixed content

Another weakness I've seen is with the appendchildxml function and mixed content xml - it appears to likewise pretty print XML causing the injection of carriage returns and whitespace into mixed content nodes

Similar Messages

  • I have transferd music from my ipod to my new computer and some of the files are not coming over, i have noticed the m4a files come across but the mp3 do not, any ideas how i can resolve this? thanks

    I have just bought a new computer and i am transfering my music from my ipod onto my new computer, I have put the files from the music option from my ipod onto my computer. alot of the songs have come across, however there is alot of songs that havent. I have noticed that the m4a files come across but the mp3 does not. the new computer has windows 8 on it, which is very new to me. when i try and play the mp3 files, it will open them up in a different programme and will not open in itunes. does anyone know what i can do?!?!!?!?!
    THANKS

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?
    BTW this is the iPod touch forum

  • I have just recently bought a MacBook Air. I am looking for an email which I put into a folder on my Mac Pro. The smart folders have come across to the Air, but not the 'On my Mac' folders. Are they lost?

    I have just recently bought a MacBook Air. I am looking for an email which I put into a folder on my Mac Pro. The smart folders have come across to the Air, but not the 'On my Mac' folders. Are they lost?

    Are you sure that the "On My Mac" folders weren't empty? If all your mail accounts are IMAP, they may have been.

  • I have a Iphone4s and just brought a new Iphone 6 when I pluged the the new phone all my data wastransfered exepet for my ring tones all other info photos,music and contacts all downloaded ok but no ring tone how can i get them to come across to the

    I have a Iphone4s and just brought a new Iphone 6 when I pluged the the new phone all my data wastransfered exepet for my ring tones all other info photos,music and contacts all downloaded ok but no ring tone how can i get them to come across to the new phone

    This covers all the process
    Transfer content from an iPhone, iPad, or iPod touch to a new device - Apple Support

  • Developers, The Oracle XML Portal needs your help!

    The Oracle XML Portal (www.webspedite.com/oracle) is in need of helpful content. I have managed it for over a year now and can't possibly keep up with all the new XDK features coming out. This site has helped over 5,000 developers. I know because I constantly receive e-mails from developers thanking me for maintaining the site.
    Now I need your help to keep it going. All I ask is if you have an interesting code example, bug, or anything related to the XDK's, please send it to me at [email protected] I will add it to the site and give you full credit. I'm even thinking of adding a sponsor page that will advertise your services or company if you make a contribution.
    I look forward to your contribution,
    Jason M Cohen
    The Oracle XML Portal
    www.webspedite.com/oracle

    The Oracle XML Portal (www.webspedite.com/oracle) is in need of helpful content. I have managed it for over a year now and can't possibly keep up with all the new XDK features coming out. This site has helped over 5,000 developers. I know because I constantly receive e-mails from developers thanking me for maintaining the site.
    Now I need your help to keep it going. All I ask is if you have an interesting code example, bug, or anything related to the XDK's, please send it to me at [email protected]. I will add it to the site and give you full credit. I'm even thinking of adding a sponsor page that will advertise your services or company if you make a contribution.
    I look forward to your contribution,
    Jason M Cohen
    The Oracle XML Portal
    www.webspedite.com/oracle

  • Why the oracle XML parser "parses" the DTD comments?

    Hi all,
    I always use the header
    <?xml version = '1.0' encoding='ISO-8859-1' ?>
    to be able to use foreign characters in the XML documents.
    The oracle xml parser handles this correctly.
    My problem is, when I write comments inside the DTD, the
    parser reports "Invalid UTF8 encoding".
    Why the parser "parse" the comments? (protected by <!-- and -->)
    How do I say that the DTD encoding is different from UTF, like
    ISO-8859-1?
    Example of a correct DTD and corresponding XML, reporting
    problems, related to the 2nd comment in the DTD specification,
    written with ISO-8859-1 characters.
    The DTD:
    <!-- valid.dtd -->
    <!ELEMENT valid ( B, C ) >
    <!-- valid represents the concept "Identificagco" -->
    <!ELEMENT B (#PCDATA) >
    <!ELEMENT C (#PCDATA) >
    The XML:
    <?xml version = '1.0' encoding='ISO-8859-1' ?>
    <!DOCTYPE valid SYSTEM 'valid.dtd'>
    <valid>
    <B>How are you, Conceigco</B>
    <C>I'm fine, thank you.</C>
    </valid>
    The parser output:
    [jgr@frontera test-dtd]$ java oracle.xml.parser.v2.oraxml -v
    valid.xml
    Error while parsing input sourcevalid.xml(Invalid UTF8 encoding.)
    Thank you for any help.
    Jorge Gustavo Rocha

    I was wrong in saying that the attributes are not added to the element.My main aim is to add a array of elements to the root node.
    Is there a efficient manner in adding the elements , rather than adding them individually with the help of appendChild method.
    Thanks in advance.
    null

  • Where is the Oracle XML Team ?

    Hi...
    Just wondering about where these guys from Oracle responsible for
    the XML tools are...
    Well I guessed there are the guys from ORacle responsible for the
    tools... but maybe I'm wrong...
    I'm asking this question cause I've posted some messages here
    they were the few ones able to answer to...
    And I never got any answer back...
    Last example to this : it seemed there's a real problem with the
    printStream() function...
    And as quite nobody here is interested in the xdk for C I was
    expecting an answer from the ORacle XML Team...
    And I'm still waiting...
    But maybe the Team isn't operating any longer...
    Please tell me...
    Thanks

    The team is alive and kicking. Some of us are more experts in
    the Java side of the XDK, so hopefully one of the C/C++ experts
    will respond soon. Many of us are at Oracle OpenWorld this week,
    so might be answering questions at night and between
    presentations from the show floor.

  • Where is the oracle.xml.sql.query package?

    Hi,
    I have downloaded the xmlparser_v2_0_2_9.zip. I hoped I have everything to compile the example for retrieving XML document with an sql query. However, the jar file is missing the entire package oracle.xml.sql.query which contains for instance the crucial class OracleXMLQuery. Does anyone know where I could get this package - is it part of another download that I have to do, or can I buy it anywhere? Thanks for your help.
    Karel

    It's part of the XML SQL Utility for Java, avialable for download from http://technet.oracle.com/tech/xml

  • Setting font on the oracle.xml.dbviewer.DBViewer Bean

    Hi there,
    I'm working with the DBViewer class in oracle.xml.dbviewer. I'm feeding it an XML
    doc and XSL to produce output for a query. Everything works fine, however some
    of my data is in Unicode (UTF-8) format. I'm unable to set the font in the DBViewer
    in order to display the unicode characters. I've tried myDbViewer.setFont(myUniFont)
    but that doesn't work.
    Do I need to do something to the XSL in order to handle unicode?
    Thanks much in advance!
    -Toby

    Hi there,
    I'm working with the DBViewer class in oracle.xml.dbviewer. I'm feeding it an XML
    doc and XSL to produce output for a query. Everything works fine, however some
    of my data is in Unicode (UTF-8) format. I'm unable to set the font in the DBViewer
    in order to display the unicode characters. I've tried myDbViewer.setFont(myUniFont)
    but that doesn't work.
    Do I need to do something to the XSL in order to handle unicode?
    Thanks much in advance!
    -Toby

  • Desperately trying to download iTunes 11.1 and have tried every suggestion I've come across in the discussions.  NOTHING works! HELP!

    I'm desperately trying to download iTunes 11.1.  I have tried every single suggestion and link suggested in the discussions.  My Mac tells me I need it for my iPhone with IOS 7, to connect it.  I check for updates, then it checks, then says it's up to date but it isn't!! Still got the old iTunes! Have tried the download in www.itunes.com, I press download and 2 seconds later it says thankyou, but there's nothing there! Have tried from another link and try to open it and it says it's not recognized.  I think I'm going to go insane.  I have been trying iTunes contact but I can't get hold of them!  Does anyone know what I can do? I'm technologically challenged so I only know the basics and have NEVER had a problem with updates, downloads etc, ever!!! HELP

    I just tested it (on 10.6.8) and it worked perfectly well, so it may be something on your computer. You could try creating a new user account on your Mac and using that to try downloading. You can then install on that account and it will be available on your normal one.

  • How to use the Oracle FTS search from my own program ?

    Hi,
    Due to certain reasons, we cann't use the UI that comes up with the Oracle help. Now I am wondering, If anybody has attempted to build something like the following:
    Have thier own JSP from where they had this search input box
    Accept the data (input) that's punched there by the user
    Use the code engine to query the .idx file with the input
    then whatever comes back as a result of that search (as a list or whatever), loop thru and display them as hrefs in thier own UI.
    If somebody has done this, I would appreciate if they could share thier code.
    Thanks very much.
    -Ram

    Brian,
    Thanks very much for quick response.
    First to answer your questions ....
    Yes, you have got it right. We want it to use for a help system and this is about OHW.
    The reasons for not being able to use the UI as is because: We want the UI to have our look and feel.
    As such we wrote some code that would also take care of the the context sensitivity (of course using the topicID's etc). We have a Data initialization bean on the top of each page and that sets the topicId for that page from the Mapping file and so when the user presses the F1 key it shows up the right help page.
    Now the challenge is: Search
    What I want to do is:
    Provide a search field (<input type="Text" name="searchFieldName">) on my page and thus accept the input (let's say request.getParameter("searchFieldName")) and write some code by which I will pass that off to your engine .. and which will then look at the .idx file and return the results to me as a collection or something like that, so that then I can use that to render the search results in my page. (I guess you must be doing something similiar, right).
    So did that make sense ? I will appreciate if you can provide me some code examples or directions pertaining to this.
    I looked at your method's (orcale help jar file) and tried to proceed but lost my way.
    Thanks a lot
    -Ram

  • Moving from com.sun.xml classes to the new xml support integrated in java

    So far, for our XML implementation, we have used the DocumentEx, ElementEx, etc. from com.sun.xml.
    We understand that xml is now supported by the java itself (javax.xml.parsers?) and we wish to update our code to use the newer API.
    Is there a simple mapping between the old DocumentEx and ElementEx and new classes in javax.xml? Can it really be simple to "get rid" of com.sun.xml?

    The combination of the:
    Oracle XML SQL Utility
    and
    Oracle XML Parser for PLSQL V2
    give you what you need.
    null

  • Multiple heading rows in a table template does not come across

    Hello,
       I've created a table with two heading rows with different content (please see attached file).
       When I import this table format into a new Frame doc, the first heading row gets repeated twice.
       Any ideas about how to fix this?
       I have even tried to make one heading and the other a footer row (at the bottom) but even that formating does not come across in the template.
       Any help would be greatly appreciated.
    Thanks,
    Anupam.
    Using : Framemaker 9 on Windows XP

    Anupam,
    The import into a new document has nothing to do with what you are seeing. If you look in the table designer, you will see that there is nothing there that specifies that the table must have two heading rows. When you insert a table and select the ids_register table format, the dialog box lets you specify the number of heading rows; it can even be one.
    Note that if you insert a second table in your original document and specify you want two heading rows, you get the same result: two heading rows that are both like the first one.
    Without know the real details, I am guessing that the table format is capable of remembering only one heading row format.
    I know this is not what you wanted to hear, but maybe someone else has a workaround to this.
    Good luck,
    Van

  • Where can I find the Oracle 9i Database Administrator's Guide in PDF format

    I would like to download the Oracle 9i Database Administrator's Guide but can't seem to find it on OTN. I found the Administrator's Reference but not the title above. Any help is appreciated.
    Albert

    http://tahiti.oracle.com has all the Oracle manuals online, including the Database Administrator's Guide.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Diff of the Oracle 9i

    what is the differences of the Oracle 9i 9.0.1.1.1 and the 9.2.0.1.0? If it is written in the oracle site, can anyone tell me the link? i can't find it.
    Thank you

    tahiti.oracle.com has all the Oracle documentation on-line. Every realease has a rather lengthy "new features" guide.
    Justin

Maybe you are looking for