XPath 2.0: function "matches" missing?

According to the documentation the xdk version 10.1.0.2.0_production is XSLT 2.0 and XPATH 2.0 compliant.
The function "matches" for example seems to be missing:
An example to illustrate the problem:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdt="http://www.w3.org/2005/02/xpath-datatypes">
     <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:template match="/">
<xsl:if test="matches('...','123')">
          <xsl:text>MATCH</xsl:text>
</xsl:if>
</xsl:template>
</xsl:stylesheet>

Refer
http://www.oracle.com/technology/pub/articles/wang_xslt.html
XSLT 2.0 features supported.

Similar Messages

  • Eclipse: UFL "u212com.dll" that implements this function is missing

    Dear Sirs,
    I try to open one of our reports with the "Crystal Reports for Eclipse 2.0" sample application. Thie report relies on a com based UFL. I get the following error message:
    Crystal Reports Viewer
    Exception yadada...
    UFL "u212com.dll" that implements this function is missing
    OK
    How can I fix this?
    Thanks for your answers.

    The fact that you can see the UFL under 'Additional Functions' tells me that the UFL is compiled as 32 bit. This is good for creating the report in the IDE which is 32 bit. But the app you are building is compiled as 64 bit. But there is no 64 bit UFL(?) that yo have built so far. So, two options;
    1) Build the UFL as "Any CPU". I am not sure if this will actually work. never tried this, but I do know that it is not possible to compile an app using the CR runtime as "Any CPU". E.g.; we always recommend to compile either as 32 bit and \ or 64 bit, not "Any CPU" This may be the case with the UFL, thus the next suggestion.
    2) Compile a second copy of the UFL as 64 bit. You'll then have to use 64 bit GAC and regasm on that dll.
    - Ludek

  • UFL 'u212com.dll' that implements this function is missing

    I am attempting to write a user function library for the crystal reports version that ships with Visual Studio 2010. Following the walkthrough on the Business Objects website (although that is for VS2005) I have successfully created my .dll file and added it to the GAC, and it appears in the function list under 'Additional Functions' in the Crystal Reports formula editor. However when I use the function on in my Windows forms application, I get the error "UFL 'u212com.dll' that implements this function is missing.". This is on my development machine and I have installed the latest service pack for Crystal Reports for VS2010 (64-bit). My OS is Windows 7 64-bit.
    I have two questions:
    1)  What version of the .NET framework should my class library be targeting? My windows forms application targets the .NET framework version 4, but should I be doing the same thing for the .dll for Crystal Reports? It does show up in the formula editor though, so I guess that means that Crystal Reports recognises it correctly.
    2) I have done a search on the PC for the file 'u212com.dll' and it is in the folder C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win64_x64 (and also in the equivalent 32-bit folder) Is this correct, or is there is a specific 64-bit version of this file?
    Or is it something else that I am missing? Thanks in advance for any suggestions.

    The fact that you can see the UFL under 'Additional Functions' tells me that the UFL is compiled as 32 bit. This is good for creating the report in the IDE which is 32 bit. But the app you are building is compiled as 64 bit. But there is no 64 bit UFL(?) that yo have built so far. So, two options;
    1) Build the UFL as "Any CPU". I am not sure if this will actually work. never tried this, but I do know that it is not possible to compile an app using the CR runtime as "Any CPU". E.g.; we always recommend to compile either as 32 bit and \ or 64 bit, not "Any CPU" This may be the case with the UFL, thus the next suggestion.
    2) Compile a second copy of the UFL as 64 bit. You'll then have to use 64 bit GAC and regasm on that dll.
    - Ludek

  • "UFL 'u2ltdate' that implements this function is missing."

    I am working through migrating older reports from a very outdated version of Crystal into a newer version and trialing Crystal Server 2013 with Crystal Reports for Enterprise.  The only problem I am running into is that I have many reports using the NumberToDate function to pull a number string and form it into a date for the report.  I really need this function to work because we rely on it quite heavily.  When I pull reports that use it into my new environment I am given the following error:
    "UFL 'u2ltdate' that implements this function is missing."
    I have found the u2ltdate.dll on the web and transferred it into the following folders: windows/system32 and program files(x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/win32_x86 and the win64_x64 as well just to be sure.  But to no avail I am still unable to use the NumberToDate function.  I have even tried copying the u2ltdate.dll from our older server, and this doesn't work either.  I really need to get this working as soon as possible.    I don't know if I need a 64 bit dll because it is windows server 2008 or if I don't have it in the right places.  Please help!

    Hi Warre,
    Don't put the ufl into the \windows\system32 folder. Nothing should go there now.
    I doubt this will ever work in CR for Enterprise. It's a Java Designer so the only way to make it work is to create a Java UFL.
    Search for this KBA:
    1803967 - How to make a Java UFL available in Crystal Reports 2011 Designer?
    Same for CR for Ent., you need a Java UFL.
    Only way to make this work is to convert the UFL to Java or use Crystal Reports 2011 or 2013.
    See this MS Forum post I responded to also:
    Custom Crystal DLLs with Crystal Reports 2008 for Visual Studio Run Time
    And this one:
    http://scn.sap.com/docs/DOC-35036
    And this one:
    Java UFL and VB UFL
    Try searching, there is a kbase article with a sample attached.
    And you will need a 64 bit version because some of the report processing servers may be 64 bit only but I believe the Crystal Report Processing Server is 32 bit only. It will need the UFL copied into it's \win32_x86 folder.
    Only issue you should have is using CR for Ent. to design/update/create the reports with that function. Use CR 2011 or 2013 and it should work.
    Problem is we no longer have the source code for that UFL and others, quite often they were written by Support people and therefore not saved into our code source system.
    Don

  • UFL u2lpdmtime.dll that implements this function is missing.

    UFL u2lpdmtime.dll that implements this function is missing.
    I get this error when I try to run an a report.
    I just installed Crystal Reports Version 11 on my machine.

    I am getting a similar error message in a 3rd-party program (LDRPS 10, SunGard, Inc.) that uses CR XI R2:
    "UFL 'u2lsamp1.dll' that implements this function is missing.
    Error in File C:\WINDOWS\TEMP\47b92342-bfee-4784-bad0-28a6825f3b28
    {7D171C51-0246-4492-8934-80987D66ED88}.rpt:
    Error in formula <WorkCalled>.
    'If Not IsNull({Employee.pkEmployee}) Then
    UFL 'u2lsamp1.dll' that implements this function is missing."
    It only happens if I run the report as part of a Table of Contents with other reports. It works fine if I run it by itself.
    I will let you know if I find out anything useful from the 3rd-party developer.

  • Oracle.tip.pc.services.functions.Xpath20 missing

    Hello
    I have made a XSL for a ESB service in Jdeveloper 10.1.3.3 and when trying to debug the xsl, I get this error
    Deadlock detection is not supported by the debuggee virtual machine.
    oracle.xml.xpath.XPathException: Extension function error: Class not found 'oracle.tip.pc.services.functions.Xpath20'
    I use the xp20:format-dateTime and xp20:current-date functions.
    If I right-click and choose Test, the xsl works fine also invoking the ESB, the xsl transformation is fine.
    How can I fix this?

    Thanks Guy,
    Sorry for late reply ....
    I try all what I can imagine , but it seems no use , anyway I found a post :
    http://blogs.oracle.com/reynolds/2007/07/whats_the_time_mr_bpel.html
    see Ramkumar Menon 's comment on it .it seems that BPEL complier has limitation ... (even in 11g , it hasn't changed )
    I give up
    Cheers

  • Runtime error: UFL 'u25total.dll' that implements this function is missing

    Has anyone seen this error when printing reports at runtime?
    HandlingInstanceID: 34db0437-5151-48f1-b737-8aa06b53a7ed
    An exception of type 'System.Runtime.InteropServices.COMException' occurred and was caught.
    11/14/2008 09:03:20
    Type : System.Runtime.InteropServices.COMException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    Message : UFL 'u25total.dll' that implements this function is missing.
    Source : Crystal Reports ActiveX Designer
    Help link :
    ErrorCode : -2147191835
    Data : System.Collections.ListDictionaryInternal
    TargetSite : Void PrintOut(System.Object, System.Object, System.Object, System.Object, System.Object)
    Stack Trace :    at CRAXDRT.ReportClass.PrintOut(Object promptUser, Object numberOfCopy, Object collated, Object startPageN, Object stopPageN)
    We develop our reports in CR Developer Product Type: Full version 11.5.8.826 and the main application is a windows .net C# application. At our branch locations we have CR XI2 SP3 installed. Currently we have our application at over 400 locations and this error keeps coming up sporadically. Once the users click through the error and print again they have no problems. I haven't been able to reproduce this error so any help would be very much appreciated.

    Don,
    I talked this over with my team members here is what we are going to try. We are going to add mutex around our print code that contains the following:
    CRAXDRT.ApplicationClass reportApplication = new CRAXDRT.ApplicationClass();
    CRAXDRT.Report legacyReport;
    After adding the mutex to the code we still received an exception. So in the interest of trying to free up the resources associated to that DLL we added the following inside of the mutex after the print code.
    reportApplication = null;
    legacyReport = null;
    GC.Collect();
    GC.WaitForPendingFinalizers();
    After doing that I havenu2019t been able to reproduce the problem. Is there anything else in the com objects that could be holding that resource open.

  • Schematron XPATH 2.0 functions fail to parse

    Hello,
    I have a very simple schematron I'm plugging into a BPMN project and validating XML documents with through a mediator:
    below is schematron document:
    <?xml version="1.0" encoding="windows-1252" ?>
    <schema xmlns="http://www.ascc.net/xml/schematron" >
        <pattern name="Validate Sample Address">
           <rule context="/ADDRESSCOLLECTION_2/ADDRESSID/PHYSICALADDRESS">
             <assert test="matches(ADDRESSSOURCEID,'[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]')">cmid invalid</assert>
           </rule>
        </pattern>
    </schema>
    Everything compiles fine, but when I run it through the mediator I get an error:
    Caused By: oracle.xml.xpath.XPathException: Parse Error in matches function.
    Any idea why this would be?
    Thanks!
    Alessandro Ferrucci

    <xsl:stylesheet version="1.0"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:ns0="http://www.ameripath.com/pathway/request/di"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:ns1="NS_NEUTRAL"
    exclude-result-prefixes="xsl ns0 xs ns1 xp20 bpws ora ehdr orcl ids hwf">
    <xsl:template match="/">
    <!--xsl:param name="Flag1" select="'Test'"/>
    <xsl:param name="Flag2" select="'Test'"/-->
    <!--xsl:param name="flag" select="' '"/-->
    <ns1:Neutral>
    <headerData>
    <sendingApplication>
    <xsl:variable name="a" select="xs:translate('1,22,3,d,4,5',',')"/>
    <xsl:value-of select="xs:item-at($a,1)"/>
    </sendingApplication>
    This is what I tried in the xsl. I tried with using the prefix xs but to no avail.
    Thanks
    Dipal

  • Replace function is missing

    I have a BO Webi user who is unable to perform the Replace function.  She is able to schedule the report.  But, if she wants to change the scheduler by replacing the new time interval, the Replace function doesn't appear.  We go into History, click on Action, and click on Reschedule, and there's no Replace appearing in the list (Instance Title, Recurrence, Format & Destination, Caching, Events, Scheduling Server Grou).  Replace is missing from the original report scheduled.  Does anyone know why?  Do I (designer) have to enable some permission on the CMC for this user?
    Thanks.

    It is authorization issue.
    check with your admin.
    Bashir Awan

  • Newbie query problem: function data missing in dropdown

    I am a student using 10g express provided with our textbook. The installation to WinXp SP3 went flawlessly and I can execute all required queries from the command line, no problem. The publisher provides SQL scripts related to the chapter material that creates the users and data for the chapter exercises. When I switch to the database home page and attempt to execute a query, I can change the aliases, insert conditions and do any thing else with the record but when I hit the dropdown arrow for function there is nothing there, no list. I have been back over the chapters dealing with installation thinking I have missed some setup parameter but I am coming up empty. Ay help would be appreciated.
    Regards,
    Dave

    Ljuba,
    This may be the issue as I ran the script as 'system' but logged in the database as 'handsonxe03'. I may have missed the required login from the text. I will look closer or I may have to modify the script for required user.
    I will let you know....Thanks!

  • Partner Function "Vendor" missing when the sales order is replicated to ECC

    Hi Gurus,
    We are facing a problem on replication of functions partners between
    sales order of CRM and ECC.
    We have downloaded vendors (partners of table LFA1) from ECC to CRM
    following note 883162 and this replication was ok!
    We have mapped all partner functions from ECC to CRM and from  CRM to
    ECC for distribution of partners between systems.
    We must include a vendor using partner function '0000092 - Carrier' on
    our sales order, which is transferred to ECC. However, when the sales
    order is transfered to ECC, the vendor (which was included on CRM) is
    missing.
    When the sales order is created on ECC and the partner (type carrier)
    is included in,  the order arrives on CRM missing only the partner
    number, because the partner function is there.
    How to fix this problem?
    Best Regards,
    Nivea Faria

    Hi,
    See this Note : 975195
    Hope this helps.
    Best Regards
    Shiven

  • Functions palette missing icons (Report Gen. Toolkit))

    Os: XP
    Ver. Labview 2010
    Hi all,
    I am having problems with mig functions palette. For the Report Generation Toolkit there are missing icons , subpalettes are empty. I have tried to fix it in 2-3 hours without luck 
    Anyone who knows to how to get the Report Toolkit to ping to the right dir.mnu, llb, and .vi folders?
    Attachments:
    RE1.jpg ‏87 KB

    If i am in edit Controls and Functions Palette  Set, and browsing to Word tabel window which were empty before, its not empty in edit mode. If you go back to normal mode, than they are gone
    Attachments:
    editp.jpg ‏54 KB

  • Accounting Determination -FKFR  function is missing

    When I created the accounting document it doesn't release the accounting
    document to Finance and it comes up with the message -
    For object RF_BELEG YASH, number range interval 01 does not exist FBN1
    Message no. NR751
    Diagnosis
    The database table NRIV has the delivery class 'C', i.e. the SAP default settings are only in client 000.
    Procedure
    Create the missing number range interval in customizing.
    Transaction code: FBN1
    When you create the number range, it then comes up with the message
    Requested function FKFR is not available here
    Any help what might be causing this?  I could not figure out as I have done the account determination in VKOA.
    Regards,
    Jans

    Hi,
    For creating an accounting document, U need to have number range for specific fiscal year and for that specific company code.
    So, go to T. code SNRO, give object name as RF_BELEG.
    go to change mode. U have number range icon in the menu bar, create a number range for particular company code and save.
    Now go to VF01, and release billing document to accounting.
    Reward if helpful....
    Praveen.

  • WdGetInterface Function is missing

    HI,
    I have another component used in my component. I have added the other component in the dependencies and in the used components of my controller. In my component controller I also added the interface in the required controllers.
    I build everything new and did rebuild the project, but in my component controller the wdThis.wdGetMyFunctionsInterface method is missing. The permissions of the used components are ok. I have  already used the DC successfull in other DC's.
    Has anyone an idea, what I have done wrong?
    Best regards,
    Peter

    I found the solution on my own. I checked the activity in, unsynced the project and synced it again and now there is the function available. Strange, but now it works.
    Best regards

  • Preview Lost Functionality: "Match to Profile"

    Many of my images are in various profiles other than Generic RGB, mostly CMYK and similar. With Leopard, I could simply change them to desired formats by opening the image in Preview, selecting Match to Profile, and choosing a fitting profile (often Generic RGB). Now, on Snow Leopard, that option is gone, with only Assign Profile visible. When selected, this only allows selection of the image's current profile.
    How do I duplicate the functionality of Leopard's Preview?

    I get your specific behavior when dealing with that file. From that I surmise that the other profiles in /System/Library/ColorSync/Profiles/ aren't applicable to that file in SL's Preview. Since it worked in Leopard, I consider it a bug and recommend that you file it with Apple via its Bug Reporter system. Join the Apple Developer Connection (ADC)—it's free and available for all Mac users and gets you a look at some development software. If you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report/enhancement request. You'll get a get a Bug/ER ID number; thus, starting a dialog directly with engineering.

Maybe you are looking for

  • Report for acquisition account and vendor account

    hello does anybody know whether it's possible to create a report for Financials to have a certain Acquisition account situation FOR A FIXED VENDOR? i.e.  the amount of acquisition for VENDOR X  (I need in Balance Sheet for a group) Thanks a lot in ad

  • Problem with Stacked Bar

    I need to show details about messages transactions. I decided to use a Stacked Bar chart to view present number of trans' of different types by their date. I use this query in all the series: select null link, sd label, c value from (select trunc(STA

  • 5800 XM Connectivity to Secured BSNL Wi-fi connect...

    Hi, As long as i m connecting to unsecured BSNK wi-fi connection , cell is able to connect and surf. but as soon as i secure the connection i get an error message that " WLAN point is out of reach. Please try after some time". PPPOE is enabled on my

  • Making Open in New Tab the default?

    We're using Safari 3.0.4, and while I'm happy with the Command-click or right-click-and-select options to make a link open in a new tab, my son wants to know if there's a way to make "open in new tab" the default action when simply clicking on ANY li

  • "cannot execute CGI script " error

    Greetings. I am trying to setup a Sun One version 6.1 server. When I try to run a simple cgi script, with a .pl suffix, I get: "cannot execute CGI script " Is there anything in particular I should look for in resolving hte problem ? Thanks. alan