What transform engine does the 'transform' method on an xmltype object use?

Does anybody know what transform engine is used when I call the 'transform' method on an xmltype object? I would like to use extension functions within my stylesheets but do not know what functions are available or the syntax for using them. Is there any documentation on this processor?
I am using oracle 9.2.0.7.
Thanks

Thanks for your responses. I guess being written in C makes it faster than the java one (?). I understand I won't be able to add my own extension functions, but does anyone know if there are any built-in ones, for example a node-set function?

Similar Messages

  • HT4914 How does the payment method work for iTunes Match?

    How does the payment method work with iTunes Match. For example, if you have a gift card, does it take it out of that. Or is there tax? What if you cancel your subscription in the middle of the year, does it take the money for that year or not? If someone could answer those questions it would be greatly apreciated. And if anyone has their own questions, feel free to ask. Thank you.

    Hi HLFrank,
    Welcome to Adobe Forum,
    You can opt for monthly payment in a yearly contract or pay at one go for an year.
    Please check the option at http://www.adobe.com/in/products/creativecloud/buying-guide.html
    Regards,
    Rajshree

  • How does the return method work?

    how does the return method work?

    What do you mean by "return method"? Methods return a value (or void, but that's still a "value" of sorts).
    Returning a Value from a Method
    http://java.sun.com/docs/books/tutorial/java/javaOO/methoddecl.html

  • Does the GeoRaster method SDO_GEOR.exportTo support the Erdas IMG format?

    Hi Everyone,
    Does the GeoRaster method SDO_GEOR.exportTo support the Erdas IMG format, and SDO_GEOR.exportTo method can export what maximum amount of data?
    Best Regards,
    Lin

    Lin, thanks for your suggestion. the gdal-georaster integration is a great one for GIS and professional usages and can do what exportTo can not do even though it was just recently available. note though, all existing georaster functions, including exportTo, are internally built inside the database server from ground up. this enables users to fully leverage the power of enterprise database and grid computing.
    thanks
    jeffrey

  • Does anyone know if my G3S Iphone will sync Itunes on my MAC Power PC G4, OSI0.4.11?  If it will, what operting system does the Iphone need?

    Does anyone know if my G3S Iphone will sync Itunes on my MAC Power PC G4, OSI0.4.11?  If it will, what operting system does the Iphone need?

    My apologies, I read your post the wrong way. I see now that the original poster was confused about the specs and you were simply responding with the appropriate info.
    I've gotten defensive after reading the forums. The forums are full of posters just looking to prove someone wrong or stupid, rather than being helpful. I shouldn't have assumed you were one of those people. Sorry.
    I did my homework and discovered that my PowerPC will run Leopard. It can be purchased for $129 by calling 1-800-MY-APPLE. This is much cheaper than replacing my laptop.
    I hope to upgrade my Mac soon, though! Can't believe this thing is still ticking. I love Apple.

  • Why does the Java method ServletContext.getResourceAsStream return null with a know good path to an xsl file?

    iPLANET ISSUE
    Why does the Java method ServletContext.getResourceAsStream return null with a know good path to an xsl file?
    CODE
    ServletContext context = mpiCfg.getServletConfig().getServletContext();
    // Debugging
    out.print(context.getServerInfo());     // Get server info
    out.print(“getRealPath = ” + context.getRealPath("WEB-INF/xsl/RedirectToAcs.xsl"));
    String strXslName = "RedirectToAcs.xsl";
    InputStream is = context.getResourceAsStream("WEB-INF/xsl/"+ strXslName);
    TRACE FROM THE LOG
    [26/Jul/2002:08:23:15] info ( 2868): [0][][ClearCommerceCcpaMpi][]getServerInfo() = iPlanet-WebServer-Enterprise/6.0, getRealPath() = C:\iPlanet\Servers\web-apps\ccpa\WEB-INF\xsl\RedirectToAcs.xsl
    [26/Jul/2002:08:23:15] info ( 2868): [0][][ClearCommerceCcpaMpi][]strXslName = RedirectToAcs.xsl, is = null
    [26/Jul/2002:08:23:15] info ( 2868): [1][][ClearCommerceCcpaMpi][16]ResourceAsStream is null
    [26/Jul/2002:08:23:15] info ( 2868): [1][][ClearCommerceCcpaMpi][30]Problem reading XSL file.
    DIRECTORY DUMP
    C:\iPlanet\Servers\web-apps\ccpa\WEB-INF\xsl>dir
    Volume in drive C has no label.
    Volume Serial Number is 9457-EBF4
    Directory of C:\iPlanet\Servers\web-apps\ccpa\WEB-INF\xsl
    07/22/2002 05:54p <DIR> .
    07/22/2002 05:54p <DIR> ..
    07/22/2002 05:54p 3,086 RedirectToAcs.xsl
    07/22/2002 05:54p 3,088 Response.xsl
    2 File(s) 6,174 bytes
    2 Dir(s) 1,797,405,696 bytes free

    I think there's supposed to be a forward slash before WEB-INF.
    InputStream is = context.getResourceAsStream("/WEB-INF/xsl/"+ strXslName);

  • How does the substring method work

    hey folks, does anyone know how the substring method works

    Then you want to use String.split using regular expressions:
    split
    public String[] split(String regex)
        Splits this string around matches of the given regular expression.
        This method works as if by invoking the two-argument split method with the
    given expression and a limit argument of zero. Trailing empty strings are
    therefore not included in the resulting array.
        The string "boo:and:foo", for example, yields the following results with these
    expressions:
            Regex      Result
            :      { "boo", "and", "foo" }
            o      { "b", "", ":and:f" }
        Parameters:
            regex - the delimiting regular expression
        Returns:
            the array of strings computed by splitting this string around matches of
    the given regular expression
        Throws:
            PatternSyntaxException - if the regular expression's syntax is invalid
        Since:
            1.4
        See Also:
            Patternhttp://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html#split(java.lang.String)
    http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#sum
    Have fun,
    JJ 

  • How does the .accept() method work?

    Hi,
    I have checked the source code of the ServerSocket implementation that comes with the jdk.
    I tought I was going to find some type of loop. However I found nothing like that! so how does the accept method work.
    I mean when we call the .accept() method, the thread in which the socketServer is initialized gets stoped untill a new client connection is recieved! how is this actually managed?
    Regards,
    Sim085

    At a guess, the accept call that Java makes, relies on the OS system call through JNI. accept would then block until a new connection is present if you are using blocking.

  • Just purchased an Iphone and downloaded Itunes on my desktop...now no matter what i am doing the Itunes stores keeps opening up, anyone know how I can fix this

    I just purchased an Iphone 4S and downloaded Itunes on my desktop.  Now no matter what i am doing the Itunes keeps opening open.  Anyone know how to make this stop?

    actually nevermind, it's working now. I closed iTunes, then waited a little, then double clicked one of my iTunes video files from my documents, which opened up iTunes again and the video started playing. I tried restarting iTunes before and that didn't work, so maybe for those who have similar problems, just try clicking on the video file in your documents/desktop of your computer, rather than directly from iTunes.

  • What's one of the best methods to calculate Pi?

    What's one of the best methods to calculate Pi?

    http://projectpi.sourceforge.net/
    http://freshmeat.net/projects/projectpi/?topic_id=98%2C135
    http://www.geocities.com/SiliconValley/Bay/9187/pi.htm

  • What airport card does the Powermac G5 late 2005 take?

    what airport card does the Powermac G5 late 2005 take?

    Hi, looks like... A1126 Bluetooth...
    http://www.ebay.com/itm/Apple-Airport-Extreme-Bluetooth-Card-For-G4-G5-802-11-A1 126-COMBO-WIFI-CARD-USED-/330969525128?pt=US_Laptop_Network_Cards&hash=item4d0f5 22b88
    Compatibility:
    Dual Core 2.0GHz Powermac G5 (A1177-Late 2005-M9590LL/A-PCI Express)
    Dual Core 2.3GHz Powermac G5 (A1117-Late 2005-M9591LL/A-PCI Express)
    Quad Core 2.5GHz Powermac G5 (A1117-Late 2005-M9592LL/A-PCI Express)
    M9846LL/A 1.33GHz G4 12-inch iBook G4 (A1133)
    M9848LL/A 1.42GHz G4 14-inch iBook G4 (A1134)
    Another option you might consider is this if running 10.3, 10.4, or 10.5...
    http://x704.net/bbs/viewtopic.php?f=17&t=6670&p=81613&hilit=edimax#p81613

  • Dumb question. what on earth does the fios tv button do?

    what on earth does the fios tv button do?
    Solved!
    Go to Solution.

    When you are watching a live TV show or VOD, pretty much the same thing as the OK button, it displays the program banner at the bottom of the screen.
    When you are watching a recorded program on the DVR however, it will suspend whatever you are watching and switch to the live TV channel that you were last watching.(works on the DVR itself, I have no idea what it does in the multi-room environment as I do not have that service)
    It does not do any of the other things that hitting the OK button does as far as I know (like navigating the Menu, etc).
    That is all I know about the FiOS TV button
    Justin
    Verizon FiOS TV, Internet, and phone
    QIP6416-P1, IMG 1.7C, Build 09.83
    Keller, TX 76248

  • What's the best method of burning CD/DVD using MBP?

    As per my title, what is the best method of burning CD/DVD using my MBP? Can I use iDVD, disk utility etc? I'm referring to burning stuff like music, photos, doc etc. I used Toast Titanium (shd be version 6) with my iBook G4 but it doesn't seem to work with MBP after data migration. Guess the version is too old and not supported in Snow Leopard. Is there any upgrade for Toast Titanium and how much would it cost?

    Hi tanvivien,
    The best method is really going to depend on what you're burning. All of the iLife applications (iPhoto, iDVD, iMovie, etc.) make it pretty easy to burn with the click of a couple of buttons via the "Share" menu drop down.
    You can use Finder for files/data as well as media but if it's multimedia then usually the programs where they're managed or stored is easier.
    Information on Toast and how to upgrade would be found here - http://www.roxio.com/enu/products/toast/titanium/overview.html

  • What kinda feature does the 3g iphone have??

    what kinda feature does the new 3g iphone have beside being 3g? Do you get better camera feature and be able to record a video? And about the new update for the old iphone, can we still get the gps upgrade with the new iphone??

    Here you go.
    http://www.apple.com/iphone/features/

  • Error occurred moving data from the transformation RECON_SEQ_GEN: to the transformation FILTRANS.

    Hi,
    Today one my task in the DAC Etl failed and when I opened the DAC log file of it. I saw the error description as below
    Error while contacting Informatica server for getting workflow status for PLP_SRC_WH_AP_Invoice_Reconciliation
    Error Code = 36331:Unknown reason for error code 36331
    Since there is no much information in DAC log file about the failure, I opened the PLP_SRC_WH_AP_Invoice_Reconciliation session log file.
    The error description in the session log file says.
    There is an error in the port [NEXTVAL]: The default value for the port is set to: ERROR(<<Expression Error>> [ERROR]: transformation error
    ... nl:ERROR(u:'transformation error')).
    2014-01-14 08:00:45 : ERROR : (582188 | TRANSF_1_1_1) : (IS | Oracle_BI_DW_Server) : node01_ : TT_11023 : An error occurred converting data in the port [NEXTVAL]. The row was dropped.
    2014-01-14 08:00:45 : ERROR : (582188 | TRANSF_1_1_1) : (IS | Oracle_BI_DW_Server) : node01_ : TT_11021 : An error occurred moving data from the transformation RECON_SEQ_GEN: to the transformation FILTRANS.
    2014-01-14 08:00:45 : ERROR : (582188 | TRANSF_1_1_1) : (IS | Oracle_BI_DW_Server) : node01 : CMN_1086 : RECON_SEQ_GEN: Number of errors exceeded threshold [1].
    2014-01-14 08:00:45 : INFO : (582188 | TRANSF_1_1_1) : (IS | Oracle_BI_DW_Server) : node01_ : CMN_1053 : : Rowdata: ( RowType=-4(error but dropped due to abort) Src Rowid=1186281 Targ Rowid=1186281
      NEXTVAL (ROW_WID:Int:): "(NULL)"
    I am not sure of this error and I have never seen before. Can any one share some ideas on how to tackle this error and make the task execute successfully.
    Many Thanks.

    Hi,
    fist check weather any special characteristics if not
    check in data source under this we have fields tab check the format of a particular field format internal/external/check u choose internal format, if any check routine once
    use Semantic Groups in the DTP.
    Try  it
    Thanku
    lokeeshM
    Edited by: lmedaSAP_BI on Oct 20, 2010 6:44 AM

Maybe you are looking for

  • Installation of Oracle 11g Release 2 on Windows Server 2008 R2

    Hi: When I tried to install 64-bit Oracle 11g Release 2 on a system running 64-bit Windows Server 2008 R2. One of the system pre-requisites failed with the following error message: Checking operating system requirements ... Expected result: One of 5.

  • Crash when running out of locks

    I am using Berkeley DB XML 2.4.16 with Berkeley DB 4.7.25 on 64 bit Linux with all the latest patches applied, through the Java API. I am running a query that seems to cause this message in the BDB error file: Lock table is out of available object en

  • Whr to find modulepool program of aTransaction

    Hi all, I find main program for a transaction code as report in some entries of TSTC table but when i run a transaction i find the program as modulepool program from system status option. In which table can i find the respective modulepool program of

  • Using WMS with Projects_Consolidation Issue

    Hi, The Items are received for Projects PO in logical Project Locator. Let us assume two cases (a) Same item is being procured under a Project. If Task is same then these PO receipts are put in single project locator. If Task is different, the PO rec

  • I can't download the Weblogic server adapter for Eclipse Ganymede (3.4.0)

    In Eclipse Ganymede (3.4.0) when I create a new server I cant download the Weblogic server adapter. Previously when creating a new server in eclipse I could select "Download additional server adapters" and it would download the adapter from a BEA sit