Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / July 2006

Tip: Looking for answers? Try searching our database.

XML/XSL and SharePoint

Thread view: 
tonyd62246@aol.com - 06 Jul 2006 22:14 GMT
The XSL specified by the XSL property or XSL Link property is not
valid, or the XSL file cannot be accessed. Make sure you have
specified a valid XSL style sheet for this Web Part, or if the XSL
file is linked that it can be accessed by the server. For assistance,
contact your site administrator. More about making XSL files
accessible

exp.
<?xml version='1.0'?>
<?xml:stylesheet type="text/xsl" href="test.xsl"?>
<document>
    <message>
        It worked!
    </message>
</document>
----------------------------------------------------------------------------
exp.
<?xml version='1.0'?>
<xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/xsl/Transform">

<xsl:template match="/">
    <html>
    <body>
        <h1><xsl:value-of select="//message" /></h1>
    </body>
    </html>
</xsl:template>

</xsl:stylesheet>

Tony

Once you save a site template.stp and load it or re-load it under a
different,
how do you access and make it useful? What registered programs is
responsible
for allowing access to the template?

Tony
andrewthommo@gmail.com - 06 Jul 2006 22:45 GMT
> Sub: XML/XSL and SharePoint

SharePoint?  I had to Google that to find what that was.
http://www.microsoft.com/windowsserver2003/technologies/sharepoint/default.mspx
Uh-huh.

....(later)
> Once you save a site template.stp ..

And.. huh?  OK.  I'll try this the quick and dirty way.
Make a text file, rename it file.stp and double click it to
'Use the web service to find the appropiate program' to find..
http://shell.windows.com/fileassoc/0409/xml/redir.asp?Ext=stp
MicroSoft does not know what program to associate it with!

But what about their link to fileext.com?
http://filext.com/detaillist.php?extdetail=stp
Aha!  There it is, 8th down the page, and it's...

"Microsoft Windows SharePoint Services technology
in Windows Server 2003 is an integrated portfolio of
collaboration and communication services designed
to connect people, information, processes, and
systems both within and beyond the organizational
firewall. The STP file is a binary CAB file containing
a MANIFEST.XML file."

(grumble)  You'd think MS might have told us that at
the MS web service page..

OK - so ..what does any of that have to do with Java?
Have you tried asking that question on a group more focused
on MS Sharepoint?  (Have you considered running a free,
open source server such as Tomcat?  I ask because as
far as servers go, the folks around here know a lot more
about Tomcat than MS SharePoint..).

Andrew T.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.