Sourcing Style Sheet xsl VO , Print RFQ (Sourcing )

Hello,
     In Sourcing, when we click on Any PO. We have option to print RFQ. This internally calls 
PON_SOURCING_XSLFO.xsl
Where can i find from which VO data is sent to this.

Hi PreethamChandra
As far as I know, the XSL is called from the template . Please check the template definition. You should find here how and which data is exactly passed to the XSL style sheet for formatting. The XSL style sheet accepts the data in the form of xml nodes .
Thanks
Sandeep

Similar Messages

  • Alternative style-sheet (CSS) for printing

    Hi folks.
    Anybody knows if it is possible to tell VisualComposer to use a different CSS for printing. That's a common trick to getter printer friendly output. Take a look on: http://webdesign.about.com/cs/css/a/aa042103a.htm.
    Thanx a lot,
    Harald

    Hi Harald,
    Unfortunately, I can't think of such way. In EhP1 we introduce a real export to Excel functionality, so it would be better to export it to excel and then print it from there.
    Regards,
    Natty

  • XSL-FO Style Sheet Questions..

    Hi,
    I have some questions regarding XSL-FO Style Sheet
    1. How can add some more fields to the XSL-FO Style Sheet when they are not included in the original XML source.. ( like we have attribute1 through attribute3)
    for storing telephone number, fax number and email of the buyer) as we do not have access to the source code that generates the XML.
    2. I need to include the signature image at the bottom of the PO and that depends on the operating unit to which the PO belongs.
    I will appreciate if you can show some light on this with some examples..
    Thanks for your help..
    Shree

    Hi,
    For the question 2, I thinck you can read the XMLP blog entry :
    http://blogs.oracle.com/xmlpublisher/2006/04/13
    Hope you will help.
    Cyryl

  • Generate report from database using .xsl style sheet

    I am trying to view test result histories for specific uut serial numbers.
    We are logging all test data to the default access database template that was provided with Teststand.
    Is there a method of generating reports from the database that match the format of those generated at runtime?
    I was surprised to find that the default access database did not contain any gui or pre-made reports matching the xsl style sheets chosen in the report options dialog.
    My database skills are weak, I am able to browse the raw data and I see the relationships between some of the tables, but the prospect of recreating one of the xml report formats in access seems daunting. Am I missing something? what is the best way to print a uut report from test data stored in access?

    Hello msears,
    Thank you for posting on the NI Discussion Forums.  Unfortunately there are no tools available in TestStand for directly converting an Access database to a formatted .xsl report.  It is possible to have a step in a sequence that reads the information from the database, and create the .xsl report as if it had been generated at sequence run-time, by writing those values directly to Locals.ResultList.  Admittedly, this would require some knowledge of Microsoft Access, and the ability to write a program that will extract information from the database, in order to include it as a step in the sequence.
    Is there anything stopping you from creating a formatted .xsl report when the sequence is run (instead of trying to create it from previous data stored in an Access database)?
    Chris_G
    Sr Test Engineer
    Medtronic, Inc.

  • Question on Converting an existing style sheet to print.

    When attempting to do the conversion, I cannot get the 'link' button in MAC.  It's greyed out.  In the PC I can get the 'link' button, then do all of the proper media selections but when I go to save it I get a message about my new_styles.css being an HTML file, so it won't save it.
    Is there some process or settings I might be missing?  I can supply all the steps taken if necessary?
    Thank you,

    Here is what was generated for me:
    The styles all worked in the site prior to being saved as an external styles sheet.  Now we are trying to link that same styles sheet back to the original site.  I apologize for the size, but that's what was generated.
    @charset "UTF-8";
    body {
        background-color: #FFF;
        margin: 0;
        padding: 0;
        color: #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 1.4;
    .sidebar1 aside {
        font-size: 90%;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ This fixed width container surrounds all other blocks ~~ */
    .container {
        width: 950px;
        background-color: #FFFFFF; /* the auto value on the sides, coupled with the width, centers the layout */
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        border: 2px solid #060;
        background-image: url(images/divider.png);
        background-repeat: repeat-y;
    #logo {
        position: absolute;
        width: 170px;
        height: 158px;
        z-index: 1;
        margin-top: 10px;
        margin-left: 30px;
        left: 216px;
        top: 1px;
    /* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
    header {
        background-color: #090;
        background-image: url(lesson04/images/banner.jpg);
        background-repeat: no-repeat;
        height: 130px;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.
    .sidebar1 {
        float: left;
        width: 180px;
        padding-bottom: 10px;
    .content {
        width: 770px;
        float: right;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
    .content h1 {
        font-size: 200%;
        margin-top: 10px;
        margin-bottom: 5px;
    .Green {
        color: #090;
    nav p {
        font-size: 90%;
        font-weight: bold;
        color: #FFC;
        background-color: #090;
        text-align: right;
        padding-top: 5px;
        padding-right: 20px;
        padding-bottom: 5px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #060;
        background-image: url(images/background.png);
        background-repeat: repeat-x;
    nav p a:link, nav p a:visited {
        text-decoration: none;
        color: #FFC;
        padding: 5px;
    nav p a:hover, nav p a:active {
        color: #FFF;
        background-color: #060;
    nav p a {
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this removes the list marker */
        border-top: 1px solid #666; /* this creates the space between the navigation on the content below */
        font-size: 90%;
    ul.nav li {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #0C0;
        border-right-color: #060;
        border-bottom-color: #060;
        border-left-color: #0C0;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
        text-decoration: none;
        background-color: #090;
        color: #FFC;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        background-color: #060;
        color: #FFF;
    /* ~~ The footer ~~ */
    footer {
        padding: 10px 0;
        background-color: #090;
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        font-size: 90%;
        color: #FFC;
        background-image: url(images/background.png);
        background-repeat: repeat-x;
    /*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
    header, section, footer, aside, article, figure {
        display: block;

  • XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    Is the error message displayed in Firefox or in IE, or in a customized window that doesn't identify the browser?
    ''If it displays in Firefox:''
    It's possible that the Troubleshooter doesn't work correctly unless IE is your default browser. You could test that possibility by having IE make itself the default and testing the Troubleshooter again.
    ''If it displays in IE or embedded in another Microsoft application:''
    In a web search I found these suggestions:
    (1) Reset your Internet Explorer settings, according to http://answers.microsoft.com/en-us/ie/forum/ie8-windows_7/cannot-view-xml-using-xsl-style-sheet/ccfe80c6-c0db-4594-a7e3-475f9eac0e85
    (2) Try the System File Checker, according to http://ask-leo.com/why_do_i_get_the_xml_page_cannot_be_displayed_after_running_a_microsoft_troubleshooter.html
    Any luck?

  • Cannot view XML input using XSL style sheet. Please correct the error and..

    Hi All,
    Scenario XML to IDOC.
    The interface determination decides whether to create IDOC X or IDOC Y based on a xml segment value.
    I have an error in the SXMB_MONI:
    <!--  Interface Determination
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="IF_DETERMINATION">CX_ID_PLSRV</SAP:Code>
      <SAP:P1>Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160).</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when determining the inbound interface: Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Exception CX_SWF_RLS_OPERAND_MISSING occurred (program: CL_SWF_RLS_COMPARISON=========CP, include: CL_SWF_RLS_COMPARISON=========CM002, line: 63). Exception CX_SWF_RLS_OPERAND_MISSING occurred (program: SAPMSSY1, include: , line: 0). Exception CX_SWF_EXP_EVALUATE occurred (program: CL_SWF_EXP_EXPRESSION=========CP, include: CL_SWF_EXP_EXPRESSION=========CM027, line: 38). Exception CX_SWF_EXP_EXPRESSION occurred (program: CL_SWF_EXP_EXPRESSION=========CP, include: CL_SWF_EXP_EXPRESSION=========CM01Z, line: 520). Exception CX_SWF_EXP_EXPRESSION occurred (program: CL_SAI_SWF_RULE_ENGINE========CP, include: CL_SAI_SWF_RULE_ENGINE========CM00S, line: 42). Problem extracting values from the Payload: Check line 2 column 1 of the XML document</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    From the SXMB_MONI, the inbound message payload is truncated with an error:
    - <ProductIdentification>
      <GlobalProductIdentifier />
    - <PartnerProductIdentification>
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    The following tags were not closed: Pip3B12ShippingOrderConfirmation, ShippingOrder, ShipmentLineItem, isContainsHazardousMa...
    ">   <GlobalPartnerClassificationCode />
      <ProprietaryProductIdentifier>000000000000101369</ProprietaryProductIdentifier>
      </PartnerProductIdentification>
      </ProductIdentification>
    - <QuantityInformation>
    - <confirmedQuantity>
      <ProductQuantity>1.00</ProductQuantity>
      </confirmedQuantity>
    I've checked that the xml format is OK.
    As a matter of fact, if I try to resend the xml file from directory, the message is processed correctly and the payload shows all the xml file.
    Thanks.
    Daniele
    Edited by: Daniele*Verdone on Feb 1, 2010 11:22 AM
    Edited by: Daniele*Verdone on Feb 1, 2010 11:23 AM

    Hi Suraj,
    That option is not available in FTP mode..
    This option is applicable only for the File adapter. If you enter a value in this field when configuring the sender FTP adapter, it will have no effect.
    Yes, you're right !!
    Are you sure that the message is not getting picked in half-way
    Now, at this time, I can't see the XML data in the CC monitoring because the tool shows only the recent polling execute in the last 10 minutes. If the error recurs, I will check the payload of CC.
    How can I solve the problem with reading incomplete file (FTP mode)?
    ...Meanwhile I will try with Full cache refresh.
    Thanks
    Daniele

  • Ship To Contact Phone in XSL style sheet

    I am trying to add ship_cont_phone in my PO XSL style sheet report.
    However when I run this report I don't see any Phone number added in the PO. I can see that there is a phone number existing for that particular location. But it is not showing up in the report.
    Anyone dealt with the same please reply
    thanks
    prasanna

    Prasaana
    I would suggest logging a service request with the PO support team. They should be able to help you find the data, if its there.
    Regards
    Tim

  • Using a Print Style Sheet to hide columns in a report

    Hello there,
    I am curious to know whether it is possible to hide certain columns in reports using a print style sheet.
    I tried using the 'CSS Class' attribute when editing column formatting but it appears to be completely ignored and simply overwritten with the theme's default CSS Class for a report table cell (t15data in my case).
    Any help would be greatly appreciated...
    Cheers,
    Jordan

    Hi Jordan,
    Perhaps the simplest thing would be to change your page template (or, more probably, take a copy of the one you are using and edit that instead).
    Add id="#COLUMN_HEADER_NAME#" into the TH and TD tags for the Column Heading Template and all of the Column Templates.
    Then, in the Region Header of the region containing the report (or anywhere above the region), enter in:
    &lt;style type="text/css" media="print"&gt;
    #ID_OF_COLUMN_TO_HIDE {display:none}
    &gt;/style&gt;
    I have not tested this to see if it impacts on any other page functionality, but it does do what you need - ie, the column appears on screen but not on a printout.
    Regards
    Andy

  • Getting Ship to Contact Phone Number for PO xsl style sheet

    Hi anyone,
    I have a Qn in xsl style sheet
    If you look in the xml given below there is a field called <ADDR_DATA_9>
    <ADDRESS_DETAILS>
    <ADDRESS_DETAILS_ROW>
    <LOCATION_ID>67670</LOCATION_ID>
    <ADDRESS_STYLE>US_GLB</ADDRESS_STYLE>
    <ADDR_LABEL_1>Cou
    ntry</ADDR_LABEL_1>
    <ADDR_LABEL_2>Address Line1</ADDR_LABEL_2>
    <ADDR_LABEL_3>Address Line2</ADDR_LABEL_3>
    <ADDR_LABEL_4>Address Line3</ADDR_LABEL_4>
    <ADDR_LABEL_5>Zip Code</ADDR_LABEL_5>
    <ADDR_LABEL_6>City</ADDR_LABEL_6>
    <ADDR_LABEL_7>State <ADDR_LABEL_8>County</ADDR_LABEL_8>
    <ADDR_LABEL_9>Fax</ADDR_LABEL_9>
    <ADDR_LABEL_10>Sales Tax Override</ADDR_LABEL_10>
    <ADDR_LABEL_11>Inside City Limits</ADDR_LABEL_11>
    <ADDR_LABEL_12>Telephone</ADDR_LABEL_12>
    <ADDR_DATA_2>BT Amer
    icas Inc.|11440 Commerce Park Drive|Reston, VA 20191</ADDR_DATA_2>
    </ADDRESS_DETAILS_ROW>
    <ADDRESS_DETAILS_ROW>
    <LOCATION_ID>67644</LOCATION_ID>
    <ADDRESS_STYLE>US_GLB</ADDRESS_STYLE>
    <ADDR_LABEL_1>Country</ADDR_LABEL_1>
    <ADDR_LABEL_2>Address Lin
    e1</ADDR_LABEL_2>
    <ADDR_LABEL_3>Address Line2</ADDR_LABEL_3>
    <ADDR_LABEL_4>Address Line3</ADDR_LABEL_4>
    <ADDR_LABEL_5>Zip Code</ADDR_LABEL_5>
    <ADDR_LABEL_6>City</ADDR_LABEL_6>
    <ADDR_LABEL_7>State</ADDR_LABEL_7>
    <ADDR_LABEL_8>County</ADDR_LABEL
    _8>
    <ADDR_LABEL_9>Fax</ADDR_LABEL_9>
    <ADDR_LABEL_10>Sales Tax Override</ADDR_LABEL_10>
    <ADDR_LABEL_11>Inside City Limits</ADDR_LABEL_11>
    <ADDR_LABEL_12>Telephone</ADDR_LABEL_12>
    <ADDR_DATA_1>US</ADDR_DATA_1>
    <ADDR_DATA_2>Invoice To:</ADDR_DATA
    _2>
    <ADDR_DATA_3>BT AMERICAS ACCOUNTS PAYABLE</ADDR_DATA_3>
    <ADDR_DATA_4>PO Box 696025</ADDR_DATA_4>
    <ADDR_DATA_5>78269</ADDR_DATA_5>
    <ADDR_DATA_6>SAN ANTONIO</ADDR_DATA_6>
    <ADDR_DATA_7>TX</ADDR_DATA_7>
    <ADDR_DATA_8>USA</ADDR_DATA_8>
    </ADDRES
    S_DETAILS_ROW>
    <ADDRESS_DETAILS_ROW>
    <LOCATION_ID>179305</LOCATION_ID>
    <ADDRESS_STYLE>US_GLB</ADDRESS_STYLE>
    <ADDR_LABEL_1>Country</ADDR_LABEL_1>
    <ADDR_LABEL_2>Address Line1</ADDR_LABEL_2>
    <ADDR_LABEL_3>Address Line2</ADDR_LABEL_3>
    <ADDR_LABE
    L_4>Address Line3</ADDR_LABEL_4>
    <ADDR_LABEL_5>Zip Code</ADDR_LABEL_5>
    <ADDR_LABEL_6>City</ADDR_LABEL_6>
    <ADDR_LABEL_7>State</ADDR_LABEL_7>
    <ADDR_LABEL_8>County</ADDR_LABEL_8>
    <ADDR_LABEL_9>Fax</ADDR_LABEL_9>
    <ADDR_LABEL_10>Sales Tax Override<
    /ADDR_LABEL_10>
    <ADDR_LABEL_11>Inside City Limits</ADDR_LABEL_11>
    <ADDR_LABEL_12>Telephone</ADDR_LABEL_12>
    <ADDR_DATA_1>US</ADDR_DATA_1>
    <ADDR_DATA_2>Lantheus Medical Imaging</ADDR_DATA_2>
    <ADDR_DATA_3>Building 250 ground floor</ADDR_DATA_3>
    <
    ADDR_DATA_4>331 Treble Cove Rd</ADDR_DATA_4>
    <ADDR_DATA_5>01862</ADDR_DATA_5>
    <ADDR_DATA_6>BILLERICA</ADDR_DATA_6>
    <ADDR_DATA_7>MA</ADDR_DATA_7>
    <ADDR_DATA_8>Middlesex</ADDR_DATA_8>
    </ADDRESS_DETAILS_ROW>
    </ADDRESS_DETAILS></PO_DATA>
    If we have multiple ship to addresses how can i exacltly get that in xsl style sheet
    For eg;
    ship to 1:
    address line 1
    address line 2
    <ADDR_DATA_9>423-667-3244</ADDR_DATA_9>
    ship to 2:
    address line 1
    address line 2
    <ADDR_DATA_9>123-456-3244</ADDR_DATA_9>
    We can loop through location id in xml.
    How can I achieve it in XSL?
    appreciate your help
    thanks
    prasanna

    There is no field called "ADDR_DATA_9" int he xml.
    can you xplain and paste th full xml > if its public, do drop me a mail ;)
    dont digest the message by yourself :)

  • Css print style sheet?

    How can I define a print style sheet so that I can hide menus and links?
    I am also finding when I print that the backgrounds are disappearing on the printout.
    terry

    Use a print media query...
    @media print {
         .class {
    attribute:value;
    attribute:value;
    Background printing is a browser setting. Since most people are just interested in information, not graphics, when printing websites, it's turned off by default. It's controlled in the Page Setup when printing from the browser.

  • Safari print style sheet problem

    I've been working on a new site design and for the first time I'm trying to
    use a different style sheet for printing a page (via the link media="print"
    tag).  So far I've had success with this technique except when printing with
    Safari  The printed page comes out as desired - the problem is that
    after the print dialogue box disappears, the appearance of the original
    "screen" web page gets messed up.  Images get moved and a lot of the content
    gets crunched into a column about 1/3 the size of the page.
    It seems to be a Safari-only problem; I've tried printing in Mozilla, IE,
    Mozilla, Opera and none of these browsers exhibit
    this behavior.  I've also tried using Safari on other Macs and get the same
    result.  Does anyone have ideas on how to fix this?

    I found a Solution my CSS for print it  was in bad layout i found out that i can't use the diplay:block; twice
    Luis

  • XSL style sheet not performing

    Hi,
    I'm playing around w/ the examples that came
    with XML SQL utility.
    The example works fine but does not apply
    the style sheet to the XML data produced from
    the SQL query. Is this a bug? Or is that
    the way its supposed to be ?
    I thought when you use
    oracleXmlQuery.setStyleSheet("rowcol.xsl");
    that it converts the XML data to the HTML specified by the XSL sheet.
    But instead I still get ...
    OUTPUT IS:
    <?xml version = '1.0'?>
    <?xml-stylesheet href="rowcol.xsl" type="text/xsl"?>
    <ROWSET>
    <ROW num="1">
    <USER_NAME>oa2058</USER_NAME>
    <FULL_NAME>Masatoh Awaya</FULL_NAME>
    <LOCATION>Tokyo</LOCATION>
    <EMAIL>[email protected]</EMAIL>
    </ROW>
    <ROW num="2">
    <USER_NAME>cchang</USER_NAME>
    <FULL_NAME>Chris Chang</FULL_NAME>
    <LOCATION>New York</LOCATION>
    <EMAIL>[email protected]</EMAIL>
    </ROW>
    <ROW num="3">
    <USER_NAME>ccummins</USER_NAME>
    <FULL_NAME>Chris Cummins</FULL_NAME>
    <LOCATION>New York</LOCATION>
    <EMAIL>[email protected]</EMAIL>
    </ROW>
    <ROW num="4">
    <USER_NAME>igomendi</USER_NAME>
    <FULL_NAME>Ignacio Gomendio</FULL_NAME>
    <LOCATION>New York</LOCATION>
    <EMAIL>[email protected]</EMAIL>
    </ROW>
    <ROW num="5">
    <USER_NAME>jroblesg</USER_NAME>
    <FULL_NAME>Jaime Roblesgil</FULL_NAME>
    <LOCATION>New York</LOCATION>
    <EMAIL>[email protected]</EMAIL>
    </ROW>
    </ROWSET>
    null

    This is working as designed.
    Calling setStylesheet() on XML SQL only adds the xml-stylesheet PI as you are seeing.
    If you want to combine XML SQL and XSLT transformations easily, see our XSQL Servlet software that part of the XDK. It does all of this for you automatically.

  • Media Print Style Sheet Question

    Hello!
    I just added a Media Print style sheet to a website.
    Everything seems to
    work for the most part fine and the layout is as expected and
    functioning as
    desired. When I print from Firefox the print size is 12 pt as
    my style sheet
    specified, however when I print exactly the same page from
    Internet Explorer
    the print size is tiny - like maybe eight or something. I
    thought that the
    media print style sheet communicates directly with the
    printer while the
    screen style sheet communicated with the viewer screen. Am I
    mistaken? Why
    does the print size change depending upon what browser you
    use?
    Does anyone have a suggestions on how to get the Internet
    Explorer to
    recognize the font size command and print in 12 pt instead of
    8?
    Thank you
    Best Regards,
    Webdesigner

    .oO(Webdesigner)
    >I just added a Media Print style sheet to a website.
    Everything seems to
    >work for the most part fine and the layout is as expected
    and functioning as
    >desired. When I print from Firefox the print size is 12
    pt as my style sheet
    >specified, however when I print exactly the same page
    from Internet Explorer
    >the print size is tiny - like maybe eight or something. I
    thought that the
    >media print style sheet communicates directly with the
    printer while the
    >screen style sheet communicated with the viewer screen.
    Am I mistaken? Why
    >does the print size change depending upon what browser
    you use?
    The stylesheet itself doesn't communicate with anything. It's
    always the
    browser that renders the document or sends it to the printer.
    Different
    browsers behave differently, so there will always be
    differences in the
    ouput. Some smaller, some bigger.
    >Does anyone have a suggestions on how to get the Internet
    Explorer to
    >recognize the font size command and print in 12 pt
    instead of 8?
    Got a URL so we can have a look at it?
    Micha

  • PDF Printing and CSS Media Style Sheets in OS X -- CSS @page ignored

    I'd like to author an XHTML document and specify precisely how it should be printed to pdf (margins/headers/footers/page breaks/etc.) using the CSS Media Style Sheet capability, i.e, CSS's @page rule.
    Apparently, Microsoft IE7 supports these page rules (http://blogs.msdn.com/ie/archive/2005/06/10/428149.aspx), but these do not yet appear to be supported in OS X's "Print to PDF" function (http://css-discuss.incutio.com/?page=PrintStylesheets).
    Is this true? Does anyone know how to access these CSS printing capabilities on a Mac?
    Furthermore, does anyone know how to get "Print to PDF" to maintain HTML hyperlinks in the PDF file?
    E.g., using OS X+Firefox, the following @page rule is ignored by the "Print to PDF" function on my Mac.
    <style type="text/css">
    <!--
    @media print {
    @page {
    counter-increment: pages;
    size 8.5in 11in; margin: 0pt; padding: 0pt;
    @bottom-left :first { }
    @bottom-left {
    font-family: Veranda, sans-serif; font-size: 10pt;
    font-weight: normal;
    content: "Document Title, Page " counter(pages);
    body { margin-top: .5pc; margin-bottom: .5pc; margin-left: .5pc; margin-right: .5pc; }
    h1, h2, h3,
    h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid; }
    blockquote,
    pre { page-break-inside: avoid }
    ul, ol, dl { page-break-before: avoid }
    -->
    </style>
    PowerBook G4 Mac OS X (10.4.5)
    PowerBook G4   Mac OS X (10.4.5)  

    I'd like to author an XHTML document and specify precisely how it should be printed to pdf (margins/headers/footers/page breaks/etc.) using the CSS Media Style Sheet capability, i.e, CSS's @page rule.
    Apparently, Microsoft IE7 supports these page rules (http://blogs.msdn.com/ie/archive/2005/06/10/428149.aspx), but these do not yet appear to be supported in OS X's "Print to PDF" function (http://css-discuss.incutio.com/?page=PrintStylesheets).
    Is this true? Does anyone know how to access these CSS printing capabilities on a Mac?
    Furthermore, does anyone know how to get "Print to PDF" to maintain HTML hyperlinks in the PDF file?
    E.g., using OS X+Firefox, the following @page rule is ignored by the "Print to PDF" function on my Mac.
    <style type="text/css">
    <!--
    @media print {
    @page {
    counter-increment: pages;
    size 8.5in 11in; margin: 0pt; padding: 0pt;
    @bottom-left :first { }
    @bottom-left {
    font-family: Veranda, sans-serif; font-size: 10pt;
    font-weight: normal;
    content: "Document Title, Page " counter(pages);
    body { margin-top: .5pc; margin-bottom: .5pc; margin-left: .5pc; margin-right: .5pc; }
    h1, h2, h3,
    h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid; }
    blockquote,
    pre { page-break-inside: avoid }
    ul, ol, dl { page-break-before: avoid }
    -->
    </style>
    PowerBook G4 Mac OS X (10.4.5)
    PowerBook G4   Mac OS X (10.4.5)  

Maybe you are looking for

  • Problem with Local Interfaces (WSAD 5)

    I built an Entity Bean with Local Interface and a Remote Interface (apperently they both have the same JNDI name in WSAD) and when I look up for the name from other Session Bean (same EJB group) and I try to cast it to the local interface there is a

  • Payment - scam?

    I just paid  $10 to Skype via PayPal.  The credit showed up and I thought everything was fine.  Then i got an email from my credit card company saying an out of country purchase had been made and they were alerting me.  the email listed the payment a

  • Crystal Reports ActiveX Designer Design and Runtime Library 11.5

    Hai to all,             I'm new in crystal report 11.5, my task is desig time i just create a blank report during runtime programaticaly create Fieldobject,Blob object and so on, i came to know this is the right (Crystal Reports ActiveX Designer Desi

  • Pop-Up with IFRAME Error

    Hello, we just upgraded to NW EHP2. After this, our WebDynpro Application create an dump "CX_WDR_ADAPTER_EXCEPTION", if we call an Pop-up ( it's just an View with an IFRAME-Element ). If i delete the Iframe, the Pop-up is called correctly. I know tha

  • Previous version comparison to avoid transport error

    Friends, Sometimes multiple developers need to work on a same object at a time. for example, users exits in PO, RFQ & Contract. In such cases before moving a request to production, we have to check carefully whether previous version already moved to