Missing tool bar??Several months ago I downloaded Windows Live Mail into my desktop computer
Windows XP.
After learning how to change a few settings and fighting the learning curve,
I don't hate it as much as I did.
I recently purchased a Laptop with Windows 7. I downloaded Windows Live
Mail into it. It is the same except I cannot find an important setting.
The bar across the top of the window that contains the buttons, "File, Edit,
View, Go, Tools, Actions and Help" is missing.
Please, where do I find the option to make this important feature
appear?????????
Thanks
Ben L...
How xsltHi all,
I have one xml doc like this
<test>
<orders>
<order id='111' typeid='1'>
<amount>300</amount>
</order>
<order id='112' typeid='2'>
<amount>300</amount>
</order>
</orders>
<types>
<type id='1'>
<name>toy</name>
</type>
<type id='2'>
<name>food</name>
</type>
</types>
</test>
I want to use xslt to transform it into a new xml --
<test>
<orders>
<orde...
Office 2008 for Mac Development- AppleScript vs. VBAI'm looking for some advice from anyone who has experience writing addons for PowerPoint on both Windows and Mac machines.
We have a Windows Office 2007 addon (.NET) that we'd like to port to the Mac.
Thus, in PowerPoint 2008 for the Mac, we require the following functionality:
Ribbon/Fluent extensibility
Custom Task Panes
Read/write custom document properties
Save slides as images
Read text and shape information from slides
Get notification of the following PowerPoint application events; SlideSelectionChanged, PresentationClose and AfterPresentationOpen.
I am hoping someone with ex...
Possible to include other tags in a XSLT file?Is it possible to include addition tags in a XSLT file, that the XSLT
processor will, for all practical purposes, ignore?
What I'm looking to do is to include a section to contain information
regarding what parameters the XSLT file is expecting. Then my program can
retrieve the information from the style sheet and prompt the user for the
necessary parameters. I'm envisioning the section would be something like
this:
<myParameters>
<Param name="City" prompt="City to search for" />
<Param name="State" prompt...
Using VS2008 to develop CE .Net 4.2 apps with C#Hi,
I am new to CE Development and am not sure if I can use VS2008 to develop
for CE .Net v4.2.
Is it possible or will I need to use Embedded C++ V4 for my development?
TIA
"tony@avonwood" <tanda@sample.com> schrieb:
>Hi,
>
>I am new to CE Development and am not sure if I can use VS2008 to develop
>for CE .Net v4.2.
>
>Is it possible or will I need to use Embedded C++ V4 for my development?
You can use either VS2005 Standard or VS 2008 Professional. Look here:
http://msdn.microsoft.com/en-us/vstudio/products/cc149003.aspx
Look for Smart Device Develo...
XSLT queryHi
I am using XSLT to transfor XML to HTML.
I have an XSLT variable , $PAGELINK. I need to specify this value as
an href attribute value of <a> tag.
something like <a href = $PAGELINK> Click me for new page </a>. This
is not working for me. $PAGELINK is treated as a text by XSLT engine.
I request your help to do this.
Thanks
Srinivas.
Cnu wrote:
> I am using XSLT to transfor XML to HTML.
>
> I have an XSLT variable , $PAGELINK. I need to specify this value as
> an href attribute value of <a> tag.
>
> something like <a href = $PAGELINK&g...
XSLT DoubtIs it possible to transform Two XML documents at once using XSLT?
--
Regards,
Prashant C
"Prashant C" <PrashantC@discussions.microsoft.com> wrote in message
news:4927C455-11C2-46B5-BC51-B8AD21E2B7C0@microsoft.com...
> Is it possible to transform Two XML documents at once using XSLT?
Yes.
Cheers,
Dimitre Novatchev
...
XSLT with DatabaseHi All,
Is it possible to query database in XSLT? or pass value to XSLT through C#
or VB.NET
--
Regards,
Prashant C
Prashant C wrote:
> Is it possible to query database in XSLT? or pass value to XSLT through C#
> or VB.NET
You have three options:
1) global parameters in the stylesheet e.g.
<xsl:param name="param-name"/>
which you can set with C# or VB.NET code before you run a
transformation, see
<URL:http://msdn2.microsoft.com/en-us/library/System.Xml.Xsl.XsltArgumentList.AddParam.aspx>
2) extension "script" coded in VB.NET or C# or JScr...
New to XSLT and can't select even the first node... Any Help?Hey, brand new to XSL and XSLT. I've downloaded an evaluation copy of XML
Spy to debug my transformation, but I can't get to frist base.
Can anyone help my get straightened out?
My XSLT is:
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" />
<xsl:template match="/">
<xsl:for-each select="DataSet_Studio_Appt_Dates/Studio_Appt_Date_Times">
<ItWorked>YEAH</ItWorked> </xsl:for-each>
</xsl:t...
RMS Stopped Development?Hello! I am new to RMS. I asked from a Microsoft Partner for a quote and it
gave us a quite huge amount but "justifiable". However, after examining the
demo version of the software, we noticed that it's VERSION 1.2 and was last
developed in 2003. I am wondering if Microsoft really has a plan in
maintaining the RMS software since it's almost about 2 years that RMS has no
version revisions. I am just afraid that if we invest in this huge amount and
then RMS will be left in the dark.
Thanks!
So will a lot of the rest of us. They so far are continuing to make fixes
and i...
XSLT Development Tools?Hi group, searching in the Internet I found two products for XML which
incorporate a very robust debugger for XSL/XSLT, I would like you to see
these products and then, give me your opinion about the development
environment or recommend me some other that you know.
XML IDE's
- http://xslt-process.sourceforge.net
- http://www.mentattech.com/themes/mentat/alchemist/index.html
Regards,
Teksure
If you're willing to try Beta software there is also an XSL debugger
included in Visual Studio 2005 Professional and above which gives you the
ultimate debugging experience which is stepping...
Please develop capability to insert screenshots into CRm emailsCRM email does not have the ability to insert screenshots as you can in
Outllook email client. I would appreciate if anyone knows of workaround or
product that can do this. We can lose a very large opportunity because of
this limitation.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" i...
Using the Dexterity IDE (Integrated Development Environment)
HI:
Where does the IDE (Integrated Development Environment) get loaded, on the
MSSQL server, or the client pc?
Thanks,
Janieb
Dexterity is installed on a development machine -- that can be a client
computer.
Best regards,
--
MG.-
Mariano Gomez, MIS, MCP, PMP
Maximum Global Business, LLC
http://www.maximumglobalbusiness.com
The Dynamics GP Blogster at http://dynamicsgpblogster.blogspot.com
"janieb" wrote:
> HI:
>
> Where does the IDE (Integrated Development Environment) get loaded, on the
> MSSQL server, or the client pc?
>
> Thanks,
>
> Jan...
Is there an Excel Developers Extensions Toolkitor an equivalent license that allows royalty free
distrbution of a runtime version of Excel?
"Stevie Ray" wrote...
>or an equivalent license that allows royalty free
>distrbution of a runtime version of Excel?
There is no runtime version of Excel.
--
To top-post is human, to bottom-post and snip is sublime.
Thanks HG,
I just found a reference elsewhere to Microsoft Access
Data Components that implies it gives runtime Excel
functionality to a program they are selling. Are you
familiar with that?
>-----Original Message-----
>"Stevie Ray" wrote...
>&...
XSLT validationReposting since this forum might be more appropriate for my question.
I have written a simple piece of code in C# that takes a xml file as input,
applies a xsl transform and outputs a xml file.
I want to validate my output xml file against the xsl file to verify that
the output is as expected. How can i do this?
Thanks in advance!
KL wrote:
> I have written a simple piece of code in C# that takes a xml file as input,
> applies a xsl transform and outputs a xml file.
>
> I want to validate my output xml file against the xsl file to verify that
> the output is as exp...
XSLT reference?Once, I happened on a fairly complete set of xsl: language element
docs in VS.2003. I can't find it again - can anyone tell me how to
navigate to it from either the Contents or the Index?
--
www.midnightbeach.com
In the index, select no filter and type in XSLT
--
Of all words of tongue and pen, the saddest are: "It might have been"
Bill.Richards @ greyskin .co .uk
http://greyskin.co.uk
"Jon Shemitz" wrote:
> Once, I happened on a fairly complete set of xsl: language element
> docs in VS.2003. I can't find it again - can anyone tell me how to
> na...
Date format in xsltHi,
How to convert date format from MM/dd/yyyy to yyyyMMdd in the XSLT.
Is there any method to convert.
I am getting date in the XML as string.
Plx response on the same group.
Thanks in advance
Sandy
Sandeep Singh wrote:
> How to convert date format from MM/dd/yyyy to yyyyMMdd in the XSLT.
> Is there any method to convert.
> I am getting date in the XML as string.
Use string functions like substring-after and substring-before to
extract the parts and concatenate them as needed.
If you are using MSXML 4/5/6 or .NET XslCompiledTransform then for
output formatting you can als...
Inbox Repair Tool #14How do I run the Inbox Repair Tool?
Search your system for Scanpst.exe, then run it. See
http://www.slipstick.com/problems/scanpst.htm
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Adam" <anonymous@discussions.microsoft.com> wrote in message
news:08e501c4a7c1$8d3a2020$a501280a@phx.gbl...
> How do I run the Inbox Repair Tool?
...
Office Development Toolkit?Hi,
I'm trying to develop a plugin for Microsoft Word for Mac OS X. The
plugin should fetch a word over which the mouse is placed. Based on
this word I need to do a popup.
I have successfully done this for Windows platform by using the
libraries found in the Office Development toolkit. Is there an
equivalent toolkit for Mac.
Many Thanks in advance.
Mahesh
Hi
I took a peek in the Office object library but could not find anything
dealing with mouse-overs being able to fetch the text under the mouse.
To the best of my knowledge there is no office developer kit for the Mac
version of Of...
IIS not recognized SQL Server 2005 Development editionMy installation is not recognizing that IIS is loded and/or enabled. Anyone
know of why this would be happening. The computer is Windows 7 64-bit and I
installed the 64 bit verion of SQL Server. The RS option is greyed out when
I try to insall.
--
RW
IIS is not running by default with Windows 7. You have to configure windows
7 to have IIS. Without IIS RS 2005 will not install. Do you have the option
of using SQL 2008/RS 2008. RS 2008 does not use IIS.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"RW" <RW@discussions.microsoft.com> wrote i...
Deploying Exchange 2003 admin toolsI manage a full Windows 2003/XP domain, with a single Exchange 2003
organization; in this domain there are some users with administrative
rights, and I want them to be able to do their administrative tasks from any
workstation of the network. So I assigned (via AD group policy) the Windows
2003 administrative tools package (adminpak.msi) to every computer on the
network, to allow these users to have their tools available when needed; I
know I could also have assigned the package to the users, but this would
have considerably slowed down logon time when one of them logs on to a
workstation he n...
XSLT Optimization
Hopefully, someone could point me in the right direction. I have we
services that takes a DataSet object and Transforms it into
pre-defined XSD (outside of my organization's control). I hav
successfully done everything, now I am at a point where I want t
verify that my XSLT logic is optimized. Since I am new to XSLT codin
logic, I want to make sure that my transformation from DataSet to ne
XML format is optimal.
Basically, I want to find out any resources (website, books, etc.) tha
you would highly recommend. There are alot of books out there, but
wanted to "cut through the chase&...
Question regarding installing ESM toolsHi everyone,
Just wondering, I am running Exchange 2003 SP1. Our network is Native Mode
Windows 2000. Since we moved to Exchange 2003 (from Exchange 5.5) i have had
to go into the Exchange server's ADUC snap-in to create new users just for
the ability to create a new mailbox with the user. I would like to be able
to do this from any one of our DC's . I think this is possile if i install
the ESM tools from the exchange CD on our DC's.
1) How safe is this to do considering our environment? and
2) Does it require a restart of the DC's? (which i imagine it does)
thanks...
XSLT QuestionHi,
I'm using .NET Framework 1.1 XSLT.
Can anyone tell me why this works:
<xsl:for-each select="$somenodelist">
<xsl:if test="ext:CheckCondition (@condition)">Bla</xsl:if>
</xsl:for-each>
But the following doesn't produce the same results - it behaves as if
CheckCondition (a custom function that returns System.Boolean) would
_always_ return true:
<xsl:for-each select="$somenodelist [ext:CheckCondition (@condition)]">
Bla
</xsl:for-each>
What's the point of the square brackets then ... I thought it would be &q...
Options Choice in Tools MenuWord 2003 - The 'Options' choice in the 'Tools' Menu has disappeared. Anyone
know how to get it back. I have found an answer for Word 2007 but not Word
2003.
Help!
See http://word.mvps.org/FAQs/Customization/RestoreMenuCmd.htm
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
"tess" <tess@discussions.microsoft.com> wrote in message
news:8B21B84A-6F41-4476-B253-57B0C78CA514@microsoft.com...
> Word 2003 - The 'Options' choice in the 'Tools' Menu has disappeared.
> ...