Office 2007 XLSX Support

hi,
I am looking for a solution that can help me in some standard way to support xlsx support to my ECC6 EHP 4 System.
I want if alv is exported ( any alv report program) in excel it should generate xlsx file Office 2007 standard xlsx file to save.
I am also looking of any class / object / functions that I can use to generate xlsx file from my custom program and send as email or do a GUI_Download.
I know I cannot ask too many questions on single thread, but my requirement is to have a standard solution that supports 2007 office excel file format in download/ upload by default.
I found an OSS not also that refer to same requirement but I want you advice that does it solve my purpose fully.
OSS note: 1286768
Thanks
Anand

Hi,
ALV export to XLSX format can be achieved using CL_SALV_TABLE and CL_BCS, This works with   ECC6  EHP5, not sure about EHP 4.
See the following code snippet to send email as XLSX attachement.
types:
     begin of lty_alv,
     end of lty_alv.
data: lt_alv type standard table of  lty_alv.
data: lo_salv_table type ref to cl_salv_table.
select ... into table lt_alv .....................
cl_salv_table=>factory(
           IMPORTING r_salv_table = lo_salv_table
           CHANGING t_table = lt_alv ).
* Generate XLSX format & send email
     DATA: lo_bcs TYPE REF TO cl_bcs,
           lo_document TYPE REF TO cl_document_bcs,
           lo_distrlist_bcs TYPE REF TO cl_distributionlist_bcs.
     DATA: lv_xml TYPE xstring,
           lt_stream TYPE solix_tab.
     DATA lv_msg TYPE string.
     "Get XML output in Excel xml format
      lv_xml = lo_salv_table->to_xml(
                    xml_type    = if_salv_bs_xml=>c_type_excel_xml
                    xml_flavour = if_salv_bs_c_tt=>c_tt_xml_flavour_full  ).
     lt_stream = cl_bcs_convert=>xstring_to_solix( iv_xstring = lv_xml ).
      lv_msg = 'Mail body text goes here'.
     lo_document = cl_document_bcs=>create_document(
                           i_type = 'RAW'
                           i_text = cl_bcs_convert=>string_to_soli( iv_string = lv_msg )
                           i_subject = 'Mail Subject goes here' ).
      lo_document->add_attachment( i_attachment_type = 'RAW'  "XLS also can be used
                         i_attachment_subject = 'file_name.xlsx'
                         i_att_content_hex = lt_stream ).
      lo_bcs = cl_bcs=>create_persistent( ).
      lo_bcs->set_document( lo_document ).
      lo_bcs->set_sender( i_sender = cl_cam_address_bcs=>create_internet_address( 'sender email id' ) ). "cl_sapuser_bcs=>create( sy-uname )
      lo_distrlist_bcs = cl_distributionlist_bcs=>getu_persistent( i_dliname = 'Distribution list name'           i_private = abap_false ). "Or use create internet address as above
      lo_bcs->add_recipient( i_recipient = lo_distrlist_bcs ).
      lo_bcs->set_send_immediately( abap_true ).
      lo_bcs->send_request->set_link_to_outbox( abap_true ).
      lo_bcs->send( ).
      commit work.
Disadvantage of this method: if mail is opened within SAP Business workplace, it does not identify the file type as it support only 3 character identity as of now. External email clients can open the attachement properly. If you want to open the attachement within SAP, change attachement type to 'XLS' and remove the file extension from file name.
Thanks,
Shajahan

Similar Messages

  • Office 2007 format support

    Does anyone know when the text filters will support Office 2007 documents e.g. .docx? I get the following error in 10.2.0.2.0:
    DRG-11222: Third-party filter does not support this known document format

    Does anyone know when the text filters will support
    Office 2007 documents e.g. .docx? I get the following
    error in 10.2.0.2.0:As documented, Office 2007 is not supported in any of the production releases of Oracle Text as of today. I am hoping for 10.2.0.4 which is not expected for a few more months.
    Faisal

  • Internet Exporer 8 and Office 2007 Supported?

    We currently have a client running BOE XI R2, and they are considering deploying Internet Explorer 8 and Office 2007.  They use Web Intelligence as their main reporting environment.
    Does anyone know if IE 8 and Office 2007 are officially supported at any BOE version?  I have been unable to find the Supported Platforms document on the new SAP site.
    Thank you in advance for your help!

    Hello Tim,
    What SP/FP are you on?
    In any case, Office 2007 is supported on SP5. IE 8 is not supported. The newest supported version of IE is 7.
    The Support Platforms document is available at the Business Object Article site [here|Articles].
    Regards,
    Srinivas

  • Excel 2007 (.xlsx) Import File on FDM 11.1.2

    Hi
    I have taken an excel upload file (Office 2003 .xls format) that we have used in the past and loaded succesfully in FDM 9.2 and opened it in Office 2007, re-saved the file in the Office 2007 .xlsx format, attempted to load the file in FDM 11.1.2 and I receive an error. "Error: An error occurred importing the file.
    Detail: No [ups] range name found in file!"
    Please note the following:
    * The 2003 .xls version of this file loads perfectly fine in FDM 9.2 and FDM 11.1.2
    * Saving the same file in 2007 .xlsx and trying to load it in 11.1.2 produces the error mentioned above
    * I have verfied that the ups named range does indeed exist in the .xlsx file I am trying to load to via FDM 11.1.2. Additionally as stated in bullet one the same file as .xls loads just fine.
    Is there anything I am missing? I have looked at the readme of FDM 11.1.2 for any bugs and was not able to see anything that would prevent this load.
    Thank you all in advance for your guidance.

    Hi Wayne
    Thank you for your lightning fast response (as always). My apologies but I am slightly confused...am I reading this wrong but the 11.1.2 FDM Readme file http://download.oracle.com/docs/cd/E17236_01/epm.1112/fdm_1112000_readme.pdf states:
    New Features
    FDM
    Additional 3rd-Party Support
    FDM now supports the following 3rd-party applications:
    Windows Server 2008
    MS SQL Server 2008
    IIS 7
    Internet Explorer 8
    Windows 7 Client
    .NET 2.0 Framework SP2
    Support for Excel 2007 (including xlsx file compatibility)
    The last item there states support for Excel 2007 including xlsx file compatibility?

  • OneDrive for Business sync client with Office 2007

    We have 700 people organisation using Sharepoint 2013. One of the key features for us is the OneDrive for business that allows us to sync document libraries. BUT there seems to be a big problem with Office 2007 clients, after installing the separate client
    opening and creating documents get's broken. Same thing is described here:
    http://blogs.technet.com/b/odsupport/archive/2014/02/06/you-cannot-open-or-create-office-documents-in-sharepoint-2013-with-office-2010-and-office-2013-products-installed.aspx
    Office customization tool cannot be used with standalone client and there is no way to disable Microsoft Sharepoint Foundation support. Technet states that Office 2007 is supported but it surely doesn't feel like it. SP2 fixes this for Office 2010, but that
    doesn't help with Office 2007. Is there any solution for this?
    Regards,
    Sampsa

    Hi,
    It’s a known issue with Office 2007 or 2010 (without the latest Service Pack) along with SharePoint 2013.
    To resolve the issue, you can install Service Pack 2 for Office
    2010 and Service Pack 3 for Office 2007.
    Or disable the IE Add On - "SharePoint OpenDocuments Class" .
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Jason Guo
    TechNet Community Support

  • Does the Report Generation Toolkit support Office 2007?

    With the hot-out-of-the-oven Office 2007, Microsoft has done a complete overhaul of the Office environment that we all have spent many years learning to perfection (well.. almost). Lucky those who got a head start as part of the Office Beta program.
    Well, NI claims that the current version of the LabVIEW Report Generation Toolkit supports "Microsoft Office 2000 (Word, Excel, and Graph) or later" and therefore literally also the new Office 2007.
    I doubt that the ActiveX API has remained unchanged when developing Office 2007, so let's use this thread to uncover the experience you have with calling Office 2007 applications using the LabVIEW Report Generation Toolkit.
    Anyone???
    - Philip Courtois, Thinkbot Solutions

    We are currently working on a maintenance release for the Report Generation Toolkit to support Office 2007.  You can install the current toolkit with Office 2007, but you will have some problems.  If you copy the four LLBs from the Compatibility\Office 2003\vi.lib\addons\_office folder on your Report Generation Toolkit CD to the corresponding vi.lib\addons\_office location in your LabVIEW folder after installing the toolkit, things will work for the most part.  But you won't have 100% compatibility until the maintenance release is done.
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Web Location URLs for Office 2007 documents (pptx, xlsx, docx) not working

    In our current Content Server solution implemented, each content has a Web Location URL and a Native File associated with it. The Web Location URL(for a content in Public security group) is of the following format:
    http://ucmurl/groups/public/intranetcontent/CONTENT_ID.doc
    So far when a user clicks on this link, they are just presented with an 'Open' 'Save' dialog box, which clearly shows that UCM identifies this file format. So for a Word 2003 document called test.doc, the Open-Save dialog box says:
    Name: test.doc
    Type: Microsoft Word document..etc.
    The behaviour is the same for all Office 2003 documents, pdfs and images. However, it seems like UCM does not identify Office 2007 documents. When I check-in a content - test.pptx, and click on the Web Location URL, it prompts me to Open/Save a 'ZIP' file, which is what UCM does for any unidentified file formats.
    Any suggestions on how to fix this?
    The file formats under configuration manager have been updated to include the following formats with PASSTHRU conversion (since we dont need any conversion on these):
    pptx: application/vnd.openxmlformats-officedocument.presentationml.presentation
    docx: application/vnd.openxmlformats-officedocument.wordprocessingml.document
    xlsx: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    The desired functionality is that when the user clicks on web location url, UCM should identify these file formats, and NOT consider them as ZIP files. Any help would be greatly appreciated.

    Try these - if you're using IIS. If not, them something similar should fix.
    Update IIS to include additional MIME types
    Also, if you want to add all of the Microsoft Office 2007 mime-types to IIS in one step you can do this:
    1. Stop IIS
    2. Edit the metabase XML file (C:\WINDOWS\system32\inetsrv\MetaBase.xml) using a text editor.
    3. Search for the <IIsMimeMap Location="/LM/MimeMap" …> element and append the lines below to the MimeMap attribute
    .docm,application/vnd.ms-word.document.macroEnabled.12
    .docx,application/vnd.openxmlformats-officedocument.wordprocessingml.document
    .dotm,application/vnd.ms-word.template.macroEnabled.12
    .dotx,application/vnd.openxmlformats-officedocument.wordprocessingml.template
    .potm,application/vnd.ms-powerpoint.template.macroEnabled.12
    .potx,application/vnd.openxmlformats-officedocument.presentationml.template
    .ppam,application/vnd.ms-powerpoint.addin.macroEnabled.12
    .ppsm,application/vnd.ms-powerpoint.slideshow.macroEnabled.12
    .ppsx,application/vnd.openxmlformats-officedocument.presentationml.slideshow
    .pptm,application/vnd.ms-powerpoint.presentation.macroEnabled.12
    .pptx,application/vnd.openxmlformats-officedocument.presentationml.presentation
    .xlam,application/vnd.ms-excel.addin.macroEnabled.12
    .xlsb,application/vnd.ms-excel.sheet.binary.macroEnabled.12
    .xlsm,application/vnd.ms-excel.sheet.macroEnabled.12
    .xlsx,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    .xltm,application/vnd.ms-excel.template.macroEnabled.12
    .xltx,application/vnd.openxmlformats-officedocument.spreadsheetml.template
    4. Save the C:\WINDOWS\system32\inetsrv\MetaBase.xml file
    5. Start IIS
    6. Perform Collection Rebuild on Content Server

  • MS Word not listed in Acrobat 9 supported file type (Windows 7 64 + Office 2007)

    Installation details:
    Windows 7 64bit O/S
    MS Office 2007
    Acrobat 9 Professional
    When attempting to create a PDF from multiple files or combine multiple files into one PDF (single or package/portfollio) Microsoft Word is not listed in the supported file type drop down menu. This means when I navigate to a folder containing *.doc files I cannot see them. I tried adding *.doc files via drag and drop but Acrobat listed red exclamation marks stating it could not convert that file type. MS Excel, Powerpoint and Publisher appear in the supported file type list.
    I believe this may be a Windows 7 compatibility issue as the same problem occured when using Acrobat 8 Standard prior to installing Acrobat 9 Professional. MS Word files are supported when both Acrobat 8 & 9 are installed on a Windows XP system.
    I can create a PDF of individual MS Word documents using the acrobat tab inside MS Word itself.
    I have thousands of Word files I need to combine into PDF portfollios (packages in Acrobat 8 I believe).
    My great appreciation if you can provide any help.
    Regards
    Sunny

    Bill@VT wrote:
     OK. Then do you mean the thumbnails in Windows Explorer? I don't have a solution for that, but there have been several posts about the issue.
    Well, thumbnails in Explorer don't work either, but we're not concerned about it.  The preview pane is what we're worried about.  There is a button in the top-right that turns the pane on.  Previewing in Outlook does not work either.
    Sabian Zildjian wrote:
    Check the value for AppID in this registry key:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{DC6EFB56-9CFA- 464D-8880-44885D7DC193}]
    What do you have?
    {534A1E02-D58F-44f0-B58B-36CBED287C7C}
    DisplayName is set to "@C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\pdfprevhndlr.dll,-101".

  • Unable to open .xls and .xlsx files from windows explorer or from Microsoft outlook using MS Office 2007

    When I double click on an .xls or .xlsx file Excel will open up, but I never see the file open up.
    If I right click on the excel file and say open with excel I then get the following error:
    "Windows cannot find file c:\test\test.xls.  Make sure you typed the name correctly, and then try again...."
    Everywhere I looked seems to indicate the file associations was messed up so per a technical document I deleted the .xls and .xlsx association and then ran the Office 2007 repair and rebooted.  Still not working even after office puts the .xls and .xlsx
    file associations in.
    Here is what I see the in .xls and .xlsx for the &Open action:
    Application: "C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" /e
    UseDDE: Checked
    DDE Message: [open("%1")]
    Any guidance would be appreciated!
    Greg

    In the ened I had to go into Excel Options, Advanced, General, and uncheck the "ignore other applicaitons....".  BUT this only worked after doing the Office 2007 repair.

  • How to connect XLSX(MS Office 2007 Excel file) in java

    i successfully connected ms office 2003 *.xls* file with the help of JXL library
    can any one tell me how can i connect XLSX (MS Office 2007 Excel file) in java.

    http://www.smartxls.com/indexj.htm is commercial library (not free) also a poor documentation
    can you give me a sample code of reading and writing xlsx file
    http://poi.apache.org/spreadsheet/index.html free library.
    but sample code are difficult to understand .
    if you have a good and simple example code please give me OR any other reffrences

  • Windows7 Office 2007 and Acrobar 10 is supported in what version?

    Hi,
        The company that I work want to know if our SAP installation environment ERP and BW release and support packages support the following apps:
    Windows 7
    Office 2007
    Acrobat 10
    This are our release and SP versions:
    ERP -> 5.0
    SP:
    Component     SP
    SAP_ABA     27
    SAP_BASIS     27
    PI_BASIS     11
    ST-PI     3
    SAP_BW     27
    SAP_APPL     24
    SAP_HR     82
    SAP_HRCAR     82
    SAP_HRCAT     82
    SAP_HRCAU     82
    SAP_HRCBE     82
    SAP_HRCBR     82
    SAP_HRCCA     82
    SAP_HRCCH     82
    SAP_HRCCN     82
    SAP_HRCDE     82
    SAP_HRCDK     82
    SAP_HRCES     82
    SAP_HRCFI     82
    SAP_HRCFR     82
    SAP_HRCGB     82
    SAP_HRCHK     82
    SAP_HRCID     82
    SAP_HRCIE     82
    SAP_HRCIN     82
    SAP_HRCIT     82
    SAP_HRCJP     82
    SAP_HRCKR     82
    SAP_HRCMX     82
    SAP_HRCMY     82
    SAP_HRCNL     82
    SAP_HRCNO     82
    SAP_HRCNZ     82
    SAP_HRCPH     82
    SAP_HRCPT     82
    SAP_HRCSE     82
    SAP_HRCSG     82
    SAP_HRCTH     82
    SAP_HRCTW     82
    SAP_HRCUS     82
    SAP_HRCVE     82
    SAP_HRCZA     82
    SAP_HRGXX     82
    SAP_HRRXX     82
    EA-IPPE     22
    PI     20
    EA-APPL     24
    EA-DFPS     24
    EA-FINSERV     24
    EA-GLTRADE     24
    EA-HR     82
    EA-HRCAR     82
    EA-HRCAT     82
    EA-HRCAU     82
    EA-HRCBE     82
    EA-HRCBR     82
    EA-HRCCA     82
    EA-HRCCH     82
    EA-HRCCN     82
    EA-HRCDE     82
    EA-HRCDK     82
    EA-HRCES     82
    EA-HRCFI     82
    EA-HRCFR     82
    EA-HRCGB     82
    EA-HRCHK     82
    EA-HRCID     82
    EA-HRCIE     82
    EA-HRCIN     82
    EA-HRCIT     82
    EA-HRCJP     82
    EA-HRCKR     82
    EA-HRCMX     82
    EA-HRCMY     82
    EA-HRCNL     82
    EA-HRCNO     82
    EA-HRCNZ     82
    EA-HRCPH     82
    EA-HRCPT     82
    EA-HRCSE     82
    EA-HRCSG     82
    EA-HRCTH     82
    EA-HRCTW     82
    EA-HRCUS     82
    EA-HRCVE     82
    EA-HRCZA     82
    EA-HRGXX     82
    EA-HRRXX     82
    EA-PS     24
    EA-RETAIL     24
    FINBASIS     26
    BI_CONT     6
    ERECRUIT     23
    LSOFE     23
    BP-BLERP     0
    ST-A/PI     0
    BW -> 3.5
    SP:
    Component     SP
    SAP_ABA     27
    SAP_BASIS     27
    PI_BASIS     11
    ST-PI     0
    SAP_BW     27
    FINBASIS     26
    BI_CONT     20
    SEM-BW     26
    ST-A/PI     0
    Thxs for the Help!!!
    Carlos

    Yes All these application are supported. You need SAP GUI 7.20 for Windows 7. Check this Sap Note
    Note 1393114 - New features in SAP GUI for Windows 7.20
    Regards,
    Subhash

  • Essbase client 7.x support Office 2007

    Hi All,
    I hope, I will get answers for my below questions as great people are around here...
    1. Does Essbase runtime client 7.1.2 support office 2007 or not ? If not , any reason?
    1. Does Essbase runtime client 7.1.3 support office 2007 or not ? If not , any reason?
    I would like to have look at support matrix for 7.x versions?
    Please share If anyone have the same , I really appreciate your help.
    Thanks,
    KK

    To be more precise, you asked if it was supported. It is not technically supported.
    Does it work? Yes, usually.
    My advice: disable the query designer if you don't need it. See my other recent posts for explanations.
    The other issues:
    - Double-click to zoom in: problematic under some configuration settings
    - General availability: add the command bars to the quick access tool-bar to make it more readily available
    - Occasional disappearance of essbase menu: security settings and/or query designer start up sequence
    - Windows XP SP3: tends to aggravate the above issues (from rare to common)

  • Does Smartview v 9.3.0.1.1.004 support Office 2007?  Any readme or manual?

    Dear expect,
    Does Smartviiew Version 9.3.0.1.1.004 support Office 2007?
    Does anyone has the readme or manual for this version?
    Please help!
    Thanks & regards,
    Annie

    Annie,
    We have had issue with Office 2007 and SmartView 9301 and had to upgrade to SV 931 along with APS 931.
    Following were the errors with SV 9301.
    1. Smart View version is not compatible with Office 2007
    * Excel crashes
    * Unable to use standard Excel functionality
    * Unable to save file
    * Unable to pivot
    * Hyperion menu/toolbar issue
    2. Current Smart View throws error while running rules/seq with hidden prompts
    Note: You can upgrade SV 931 only without upgrading other components. However you must upgrade APS as well otherwise it will not work.
    Good luck!
    Venu

  • Zen V Plus support for Office 2007 Supp

    Hi All?Anybody heard when the Zen V PLus will have support for Office 2007 to be able to synchronize contacts, etc.Message Edited by stevenvj on 06-20-200703:20 AM

    well, I got a very very quick response from Creative. I don;t know if what they said to do will solve my problem but they sent a very detailed list of things to do so we are now off to copy the info from our zen v pluses in case we lose what we put on them and will post an update to let you all know if we solved this and how. While I am not impressed with the product at this moment if this works? then I will be very impressed with how this has been handled so far....

  • Support for Office 2007 files (especially docx) ?

    Hi,
    can you please give me a hint if it's possible to use ora-text with the current office 2007 file formats ?
    I need to have support for word 2007 (docx) format very soon
    Is it already available ?
    If not, is there a plan to support those formats ?
    Thank you

    Hi,
    the workaround descrived above would also work for your plsql app. Therefore you can use the PL/SQL XSLT Processor in order to extract the content needed from the office 2007 documents. See DBMS_XSLPROCESSOR.
    What is your business case? How do you store and index your documents?
    p.s Here is an example of an xslt to extract the text content from an docx document. The internal structure of docx document is based on the Open Packaging Conventions (see http://openxmldeveloper.org/articles/OPC_parts.aspx )
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
    xmlns:v="urn:schemas-microsoft-com:vml"
    exclude-result-prefixes="w v">
    <xsl:output method="text" indent="no" encoding="UTF-8" version="1.0"/>
    <!-- document root -->
    <xsl:template match="/">
    <!-- root element in document -->
    <xsl:apply-templates select="w:document"/>
    <!-- root element in header -->
    <xsl:apply-templates select="w:hdr"/>
    <!-- root element in footer -->
    <xsl:apply-templates select="w:ftr"/>
    <!-- root element in comments -->
    <xsl:apply-templates select="w:comments"/>
    <!-- root element in foornodes -->
    <xsl:apply-templates select="w:footnotes"/>
    <!-- root element in endnodes -->
    <xsl:apply-templates select="w:endnotes"/>
    <!-- root element in glossary -->
    <xsl:apply-templates select="w:glossaryDocument"/>
    </xsl:template>
    <!-- ****************************
    start document
    **************************** -->
    <xsl:template match="w:document">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <!-- used for word art text -->
    <xsl:apply-templates select="//v:textpath"/>
    </xsl:template>
    <!-- get all text nodes within a para -->
    <xsl:template match="*/w:t">
    <xsl:value-of select="."/>
    </xsl:template>
    <!-- gword art text -->
    <xsl:template match="//v:textpath">
    <xsl:value-of select="@string"/>
    </xsl:template>
    <!-- ****************************
    end document
    **************************** -->
    <!-- ****************************
    start header
    **************************** -->
    <xsl:template match="w:hdr">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    </xsl:template>
    <!-- ****************************
    end header
    **************************** -->
    <!-- ****************************
    start footer
    **************************** -->
    <xsl:template match="w:ftr">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    </xsl:template>
    <!-- ****************************
    end footer
    **************************** -->
    <!-- ****************************
    start comments
    **************************** -->
    <xsl:template match="w:comments">
    <xsl:for-each select="//w:t">
    <xsl:value-of select="."/>
    <xsl:text> </xsl:text>
    </xsl:for-each>
    </xsl:template>
    <!-- ****************************
    end comments
    **************************** -->
    <!-- ****************************
    start footnodes
    **************************** -->
    <xsl:template match="w:footnotes">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text> </xsl:text>
    </xsl:for-each>
    </xsl:template>
    <!-- ****************************
    end footnodes
    **************************** -->
    <!-- ****************************
    start endnodes
    **************************** -->
    <xsl:template match="w:endnotes">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text> </xsl:text>
    </xsl:for-each>
    </xsl:template>
    <!-- ****************************
    end endnodes
    **************************** -->
    <!-- ****************************
    start glossary
    **************************** -->
    <xsl:template match="w:glossaryDocument">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <!-- used for word art text -->
    <xsl:apply-templates select="//v:textpath"/>
    </xsl:template>
    <!-- ****************************
    end glossary
    **************************** -->
    </xsl:stylesheet>
    Edited by: user304344 on Mar 30, 2009 10:23 PM

Maybe you are looking for

  • Mountain Lion will no longer connect to my Homeserver shared folders

    Yesterday I did a complete system wipe of my Mabook Pro and intalled a fresh copy of Mountain Lion, all has gone well apart from the fact that I can't connect to my Homeserver shared folders or stream from it using Plex, it can remote desktop into it

  • Printing Four tax Invoice with three diff tax field

    Hi Experts, I am preparing PLD for tax invoice the customer. He have to print the four copy of same Invoice with four diff. Tax field.. Like 1st Copy will be "Original For buyers"  2nd will be "Duplicate for Transporter" 3rd Will be "Triplicate for A

  • How to setup a gridPane/Table with a customer header/footer

    Hello - I'm going crazy trying to figure this one out and any help would be greatly appreciated! I'd like to create a table with a custom 4 column header and footer, but with a single cell as the "main" section holding a child table(another gridPanel

  • J2EE database not available via test

    Hi Experts, I have installed NW 7.0 portal Ehp2 system on Solaris cluster with logical name  . Now when I try to start SAP with the startsap script . it is not starting the database (Oracle) . It just checks whether DB is running and giving message J

  • Eyedropper Selects Wrong Color

    Im using Photoshop CS5 (version 12.1 x64). When I try to use the Eyedropper Tool on a thin (1-4 pixel) shape (both pathed and raster) it will select the incorrect color and only give me a lighter, similar color. See below: This is me clicking right i