CPO XSL transformation to form CPSC with grid data

Does anyone have a developed XSL transformation that ideally analysis the CPSC release as a link of Service when there a grid in it?

For example, the CPSC Link Service data might look like:

An Action

123

...

Some data

SomeValue

SomeOtherValue

yetanothervalue

value2

someothervalue2

yetanothervalue2

So the desired output

SomeValue

SomeOtherValue

yetanothervalue

value2

someothervalue2

yetanothervalue2

I have trouble getting the right select XSL when the tag is something like ' DictionaryWithGrid-#. Field '.

Thank you!

Try this...



"" xmlns: xsl = "http://www.w3.org/1999/XSL/Transform"
xmlns: msxsl = "" urn: schemas-microsoft-com: XSLT ">"


 


     
       
     

 


   
    
   
   
     
       
         
           
           
             
           

         

       

     

      
     
       
     

   

    
 

 

Tags: Cisco DataCenter

Similar Questions

  • Stylesheet XSL for Oracle Forms necessary

    Hello
    In the past, I used a xsl stylesheet to generate documentation of converted xml forms.

    This utility has been appointed Oracle Forms XML Explorer and recorded by Oranails (http://www.geocities.com/oranails/forms/forms_xsl.htm)

    Description: Oracle Forms XML Explorer is an Oracle's XSL Transformer documented forms XML format in Forms Builder - as HTML representation that can be published, stored and read in the browser. No need to install Oracle Developer. As in Forms Builder, you can navigate between Forms objects in the object Navigator and explore the syntax and the properties of the object that is highlighted in the pl/sql source codes by using the property Palette.


    Unfortunately the site is no longer available. I found a snapshot, but the download link does not work of course.

    Can someone help me and provide a link to this xsl tool when it exist?
    Any help will be appreciated

    Concerning
    Jean-Yves

    I have the same need and found this post...

    No promises, but I continued a few geocities which lead me to websites of archives:

    OraNails - solutions for Oracle database & tools, examples, tips, links

    which eventually lead me to:

    http://www.ingonord.com/oranails/download.php?d=forms&f=forms_xsl.zip

    Hope this helps someone someday :-)

    Russ

  • Need help with the XSL transformation

    Hi, I have a requirement where a message is received at the service of BPEL. The message is essentially a list of 200 or less ProductID.
    The requirement is to break the message coming into smaller messages with a list of 50 each ProductID, and then according to the number small messages call in parallel a service Proxy in OSB.

    I don't know how to write an XSL transformation that could divide the message into smaller messages.
    I would be very grateful if someone could help or give directions.

    Hello

    Import the settings. XSD in your wsdl in the section file types



    Concerning

    PavanKumar.M

  • Help about the XSl transformation

    I have a xml like this

    <? XML version = "1.0"? >

    <? XML-stylesheet type = "text/xsl" href = "st.xsl"? >

    workflows <>

    < completed workflow = "COMPELETED" Name = "CRMODWF6027" >

    < action >

    < completed = 'COMPELETED"Name ="SendMailAction">

    Notification of < type > < / Type >

    < / action >

    < / actions >

    < / workflow >

    < completed workflow = 'INCOMPLETE' Name = "CRMODWF6028" >

    < action >

    < completed = 'COMPELETED"Name ="UpdateValueAction">

    Update < type > values < / Type >

    < / action >

    < completed = 'INCOMPLETE' Name = "WaitAction" >

    Action not supported < type > < / Type >

    not SUPPORTED for < error > < / error >

    < / action >

    < / actions >

    < / workflow >

    < completed workflow = 'INCOMPLETE' Name = "CRMODWF6000" >

    < error > an error has occurred during the recording of the workflow

    C:\temp\Log\ErrorImages\CRMODWF6000_1400655809602.PNG < ErrorFile > < / ErrorFile >

    < / error >

    < / workflow >

    < completed workflow = 'INCOMPLETE' Name = "CRMODWF6022" >

    unsupported AccountAddress < error > record type < / error >

    < / workflow >

    < / workflows >

    I wrote like this transformation

    <? XML version = "1.0" encoding = "UTF-8"? >

    < xsl: stylesheet version = "1.0".

    "xmlns: xsl ="http://www.w3.org/1999/XSL/Transform">".

    < xsl: template match = "/" >

    < html >

    < body >

    File of the workflow log < h2 > < / h2 >

    < table border = "1" >

    < tr bgcolor = "#9acd32" >

    name of the workflow < th > < /th >

    State of the workflow < /th > < th >

    < /th > < th > workflow error

    < /tr >

    < xsl: for-each select = "Workflows/Workflow" >

    < b >

    < td > < xsl: value-of select="@Name"/ > < table >

    < td > < xsl: value-of select="@Completed"/ > < table >

    < td > < xsl: value-of select = "Error" / > < table >

    < table border = "1" >

    < xsl: for-each select = "Actions/Action" >

    < b >

    < td > < xsl: value-of select="@Name"/ > < table >

    < td > < xsl: value-of select="@Completed"/ > < table >

    < td > < xsl: value-of select = "Type" / > < table >

    < td > < xsl: value-of select = "Error" / > < table >

    < /tr >

    < / xsl: foreach >

    < /table >

    < /tr >

    < / xsl: foreach >

    < /table >

    < / body >

    < / html >

    < / xsl: template >

    < / xsl: stylesheet >

    How to turn like that

    OP: level of workflow to

    Name of the workflow
    State of the Workflow
    Workflow error message



    Depending on the status that we can probably do an outstanding CLOTH.

    Red: Status incomplete = with Error Message not as "unsupported %.

    AMBER: Status incomplete = with Error Message like "unsupported %.

    Green: Status = completed

    Down: at the level of the workflow Action

    Name of Worklfow
    Name of the action
    Type of action
    Status of the action
    Incorrect user action





    Here, too, we can do a RAG encoding:

    Green: Status = completed

    AMBER: Status = incomplete and type = Action not supported

    Red: Rest all

    Thank you

    Delphine

    Such a feature is generally known as grouping in xslt 1.0 where often xsl: Key construction is necessary to effectively deal with the problem. In this case, I guess that all of the data is not very big, that we can go out with less efficiently, which could even be more "effective" in a small set of data...

    Moreover, I have to assume error and Actions are not in a kind of competition in the sense that if the error is there Actions would not, and vice versa. This is necessary in the following as construction assumes that there is error 2 and there are Action 4... In this fictional case, whether to rowspan the largest number... and that the distribution of line covering itself could be problematic as: would you rank extended error? etc.

    We clearly, it's a way to do it.

    [code]

    [/ code]

    Note that I have not rowspan error column but only the first two columns. I did the mistake and Action on equal footing... If you really want rowspan error as well, you can put some parolees more share of td involved. But under this idea and if there might be more than one error actually under workflow, we can wonder why not in this case rowspan all the Action... It would be more script and the document looks more like the work of patch!

    PS My editor of xslt is nothing special, just publishing text multi-character-encoding-ready or these ide free everyone.

  • Error: "... isn't a table...". "XML is not correctly interpreted after the XSL transformation. Problem of quantity of line table.

    Hey guys, it's one of my xml elements:

    Jaspreet Sohi 12 18 Juliane Lenz 11 17 Sophie Charlotte Stender 10 15 Rosbeh Hamidzadeh Khayyat 12 17 Lion Stoldt 12 17 Poles Lucas Meincke 6 8 Bero Luke Vincent Ernst 6 8 Cedric Roth 6 8 Soner Cantay 6 8 the following XSL Transformation tags I use once to turn all "m" tags and one to transform all 'j '. Please, imagine the CSL-code below to reproduce exactly. Only the 'young' - table - Tag are replaced by "Mädchen" and all BROKEN underscore characters are replace by _m. like all the "select =" j [@...] "." "have been replaced by" select = "m [@...]". " ". 1 2 3 the code is very easy to live I think and not difficult to understand. As I said, I use it twice - for two transformations. The very, very strange thing, my problem is that a transformation works perfectly in InDesign and a table is created for all 'kategorie' - tags (everything is located in a foreach loop). But the second script does not work! Simply, I don't get it I can't understand. I tried more than anything. InDesign ISC (in German, translated so hypothesis based on) 'young is an invalid table element or is displayed in the wrong order. The second strange thing is that I can replace my attribute "aid: trows ' by a number, for example '10' and immediately the script works very well (there are never more than 6 'j'" tags in my XML so that the table is never more than 6 rows "). But it does not work properly with the real number, my variable "rows_j". These are my variables: they are all defined before the tables for m and j are created. So finally, why (the devil) is a table created and performed perfectly while the second - in the aftermath of the first in the XSL.script as a replica of the first - causes an error? As I've already said, I really tried everything. For example, the script also works when one of the parties ' ' is deleted at random by the script. Removing one of these parts directly makes the job of script. One of my attempts to understand the thing, but it only showed that none of these pieces 'cell to end-for-each' there is an error. I'm really desperate and research before being rescued by one of you geniuses :)

    Ah, no worries. The forum software is, well, different.

    What would be better, however, would be an example of ID file, all XSLT/XLT files you use, and one bit of data exactly as you have (State before processing). ZIP upward, upload to say dropbox.com and feel free to send me a private message for the download link.

    Too often there is something different between the pasted samples by post and the real thing it is sometimes less useful LeRiz. I'll keep it private, of course. Then we can communicate via PMs or email until we can find together a solution (hopefully), and then publish that this solution is in the forum for the benefit of others.

    Thank you, Mike

  • using the 'if' condition in a xsl transformation

    Hi all

    I have a requirement in which I need to convert an xml format

    < root >
    < name of employee = "employee1" >
    < salType salary = 'real' TN '10000' = >
    < salType salary = 'virtual' TN '20000' = >
    < salType salary = 'real' TN '30000' = >
    < salType salary = 'virtual' TN '40000' = >
    < salType salary = 'virtual' TN '50000' = >
    < / employee >
    < name of employee = "employee2" >
    < salType salary = 'virtual' TN '10000' = >
    < salType salary = 'virtual' TN '20000' = >
    < salType salary = 'real' TN '30000' = >
    < salType salary = 'real' TN '40000' = >
    < salType salary = 'virtual' TN '50000' = >
    < / employee >
    < / root >


    in the XML of the following form

    < root >
    < employee >
    employee1 < name > < / name >
    < annualSalary > 40000 < / annualSalary >
    < / employee >
    < employee >
    < name > employee2 < / name >
    < > 70000 annualSalary < / annualSalary >
    < / employee >
    < / root >

    where "annualSalary' in the output xml file is the sum of"amt"in the xml input file where"salType"="Actiual.
    Thus, for employee1 'annualSalary' = 10000 + 30000 and for employee2 'annualSalary' = 30000 + 40000

    I finished the transformation to map the name of the employee and the annualSalary (sum of all the "amt" in input xml regardless of real or virtual in "salType").

    But how can I filter only 'real' salType and the sum of their "amt" using xsl transformation

    Thank you
    Pavan

    Pavan,

    Sorry yaar, I typed it correctly, dono whats wrong it should be like this


    **

    Sen

    Published by: Sen2008 on July 15, 2009 02:46

    Published by: Sen2008 on July 15, 2009 02:47

  • Single Instance Oracle 11.2.0.4.7 with GRID + ASM - AMT headphone attack Poison Fix?

    I'm under a single Instance Oracle 11.2.0.4.7 with GRID + ASM database on Red Hat Enterprise Linux 5.7. I'm trying to fix the infamous TNS Listener Poison attack vulnerability. I tried to implement the COST using this guide (Doc ID 1453883.1) but it doesn't seem to work as it still appears on a scan of the retina. I can't get a remote listener to register to test the vulnerability, and it does not appear in the log listener xml as a registration or denied. Don't know what I'm doing wrong.


    I added this to my listener.ora:

    SECURE_REGISTER_LISTENER_PROD = (CPI, TCP)

    The Alternative fix to the COST must turn off dynamic registration but I can do it when executing grid with the DSO with only a single instance database?

    How can I fix with my setup?

    You would implement better VNCR on 11.2.0.4:

    for CARS: 1914282.1

    the properties of a single instance: 1600630.1

  • What Linux RHEL (Linux Red Hat Enterprise Server 6.7) compatible for oracle database 11.2.0.4 with grid Infrastructure?

    Compatible Linux RHEL (Linux Red Hat Enterprise Server 6.7) for oracle database 11.2.0.4 with grid Infrastructure.

    Hi all

    We plan to patch Linux Redhat Enterprise Server (6.4 and 6.5) to 6.7.

    I tried Searchin' on support of oracle for the compatibility of the database for Linux patches, but not able to find accurate information.

    can anyone share the ID document or information related to it.

    If OS RHEL 6 update 4 to 6-7 update patch

    (1) is it compatible

    (2) bugs or problems reported

    (3) in addition to the binary link again than the DBA to perform any other

    Thank you

    Hello

    6.7 RHEL is certified for the database 11.2.0.3 or newer. In other words, it is certified for RHEL 6.7 11.2.0.4

    Certification information for the Oracle database on Linux x 86-64 (Doc ID 1304727.1)

    -Jonathan Rolland

  • Do you work with grids in Captivate?

    Do you work with grids in Adobe Captivate? I am trying to create a style guide for our online learning material. I want to propose a grid system and wonder of all e-Learning professionals working with these for Captivate.

    Not with the 'grid', but with guides, available only in 9.0.1.320.

  • HOW TO FILL OUT FORM PDF WITH HEBROW ON CHROME?

    HOW TO FILL OUT FORM PDF WITH HEBROW ON CHROME?

    Chrome uses its own PDF Viewer (incompatible).

    Download the PDF file to your local drive, then fill it out of there with Adobe Reader.  Or use a browser that uses the Adobe PDF plugin.

  • saveXML does not apply to the XSL transformation

    I have a XSL I want to use to fill a 2d barcode. I put the connection of data as follows:

    However, when I call

      this.rawValue = xfa.record.saveXML();
    

    It does not apply the XSL transformation. What should I do to force the transformation? If I do an Acrobat data export operation, the resulting XML file is transformed, so I can't change my work.

    Ok. I think I have a solution. The stylesheet nodes are packages className, so using the code below:

    var oStyleSheets = xfa.resolveNodes("stylesheet[*]")
    for (var i = 0; i < oStyleSheets.length; i++) {
        if (oStyleSheets.item(i).getAttribute("id") == "XFADataInputXSL")
            console.println("got input XSL");
        else if (oStyleSheets.item(i).getAttribute("id") == "XFADataOutputXSL")
            console.println("got output XSL");
    }
    

    I can then pull out the style sheet just for work.

  • How to pass a single form filed with the second shape parameter

    Hi all,
    I get the custom form a requirment.already one, just added the button when the button on a new form opens, this form with a logical filed.here is the first form a single block dat filed pass the second shape parameter


    Kind regards
    Sandrine

    994418 wrote:
    Hi, HAMID

    Hi stephane
    Good here we solve you your problems. If you share the solution other people can get the same kind of help from you.

    Also when you check the option add any thread as a response, if it solved * [SOLVED] * to the left of your subject line.

    Hamid

    Mark correct/good to help others to get the right answers. *

  • Build the query in PLSQL to return well formed XML with multiple records

    Hello

    It's very urgent. I am creating a PLSQL query who must retrieve all records in the table of "tbl_Emp" oracle database in a well-formed xml format. The format is given below

    * < employees xmlns = "http://App.Schemas.Employees" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > *.
    * < employee > *.
    * < name > < / name >. *
    * < Last_Name > < / Last_Name > *.
    * < / employee > *.
    * < employee > *.
    * < name > < / name >. *
    * < Last_Name > < / Last_Name > *.
    * < / employee > *.
    *...*
    * < / employees > *.

    To retrieve data in above format, I tried to create a query for a long time as below

    SELECT XMLElement ('employees',
    XMLAttributes ('http://App.Schemas.Employees' AS 'xmlns',
    (* "http://www.w3.org/2001/XMLSchema-instance" AS "xmlns: xsi"), *.
    XMLElement ("employee", XMLForest (First_Name, Last_Name)))
    AS 'RESULT '.
    OF tbl_Emp;

    But it does not give me the desired output. It creates the < Employees > tag with each individual record which I didn't need. I need tag < Employees > the root tag and the tag < employee > repeat and wrap each individual record. Please help me in that it's very urgent. Thank you.

    Hello

    Remember that nothing is 'urgent' here, and repeating it will probably produce the opposite effect.

    If you need a quick answer, provide all necessary details, in the first place:
    -version of db
    -test with sample data and DDL cases

    That being said, it's easy, it takes group using XMLAgg:

    SELECT XMLElement("Employees"
           , XMLAttributes(
               'http://App.Schemas.Employees' AS "xmlns"
             , 'http://www.w3.org/2001/XMLSchema-instance' AS "xmlns:xsi"
             )
           , XMLAgg(
               XMLElement("Employee"
               , XMLForest(
                   e.first_name as "First_Name"
                 , e.last_name  as "Last_Name"
                 )
               )
             )
           ) AS "RESULT"
    FROM hr.employees e
    ;
    
  • Form AutoSave with domain name

    * Forms crosspost, this looks like a more appropriate place for it

    can someone tell me how to a form (perhaps with a button?) where part of the file name is removed from a field in the form of AutoSave?

    Thank you!

    If you want C, write a plug-in - once you did, you'll know why

    Adobe uses JavaScript for scripting in Acrobat

    Take a look at the documentation to learn more about security and privileges: go

    TO

    http://livedocs.Adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_API_AcroJSPreface.88.1.html-

    Click then on the

    icon in the upper left navigation bar. See the section on

    privileged content.

    Karl Heinz Kremer

  • Problem with the currency in the form of exchange rate data

    Hi Experts,

    I have a problem in the form of exchange rate data. I created an application with several currencies (EUR, USD, INR) and I created a data form for the exchange rate. All work well, but all in am going to enter data for a given entity, then it is allowing me to enter only in local currency. I also need to enter data into its reference currency which is not possible for me. I tried the option allow multiple currencies per entity, but it does not work.

    For example: assume that the entity is in North America whose base currency is the USA but can not enter by the selection of currency local option when I select the currency like the US, is to show am only read, not able to get into the currency of the United States. But I need to enter data by selecting from the USA.

    Please help me on this.

    Thank you and best regards,
    Combot

    923621 wrote:
    I use built in currency conversion. The data that I entered the local currency saving in my base only currency, but my requirement is that the user must enter data by selecting its local currency (people of North America must select USD to enter data and Indian must select INR to enter data like that). Is it possible to like this.

    Select USD as the base currency for the North America and INR for the India (which is how it should be).

    So, whenever the user has to do the data through forms of data entry, it would be on the local currency and after the calculation is run it could fill its respective currency.

    Concerning
    -SM

Maybe you are looking for