CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2008 Tags:
Item Type: NewsGroup Date Entered: 4/3/2008 10:30:59 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 6 Views: 49 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
7 Items, 1 Pages 1 |< << Go >> >|
phizz
Asp.Net User
XSLT Intellisense in VS 2008 Standard4/3/2008 10:30:59 AM

0/0

I've been using the Visual Studio 2008 Professional trial for a while, and have had full intellisense features when editing an XSL/XSLT file, which I do A LOT.

When it came to purchasing, I looked at the versions, and decided Visual Studio 2008 Standard would be enough for me, and bought it. First thing I noticed after installing and using - no XSLT intellisense! When I press "<", all I get in the pop-up list are "!--", "![CDATA[" and "?", like standard XML. The confusing thing is, it still finds errors like '"xsl:value-of" cannot be a child of the "xsl:stylesheet"' element, as well as XPath syntax errors (squiggly red underline) - so one would think it was reading a Schema file somewhere!

I've looked around on the Internet regarding this issue and all I can find are downloadable schema files for VS.NET 2003 - they don't seem to work right for VS2008 when I try them. I can't find any schema which mention VS2008 explicitly. I don't know - I was expecting to find a ton of people with this problem, but it seems I am the only one?

Anybody have any ideas how I get intellisense for XSLT files in Visual Studio 2008 standard?

I wonder is there a file that came with Professional that I can copy into my Standard installation.
Mikhail Arkhipo
Asp.Net User
Re: XSLT Intellisense in VS 2008 Standard4/3/2008 4:50:03 PM

0/0

I don't think XSLT intellisense (or debugging) is available in Standard edition. You won't be able to use VS 2003 schemas since XML and XSLT editor are completely different starting with VS 2005.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
phizz
Asp.Net User
Re: XSLT Intellisense in VS 2008 Standard4/3/2008 11:29:00 PM

0/0

Mikhail Arkhipov (MSFT):
I don't think XSLT intellisense (or debugging) is available in Standard edition
Well, if this is true, then somebody out there - here is a hole in the market. I would gladly pay for a plug-in which provides such a feature (though the cost would obviously have to be significantly less than the difference between VS2008 Standard and VS2008 Pro!) I can't imagine it would take too long. Who knows, maybe if my schedule ever calms down, I'll give it a go.
stmarti
Asp.Net User
Re: XSLT Intellisense in VS 2008 Standard4/4/2008 7:39:53 AM

0/0

phizz:
I would gladly pay for a plug-in which provides such a feature (though the cost would obviously have to be significantly less than the difference between VS2008 Standard and VS2008 Pro!)
 

I think that kind of add-ins could be a violation of the eula, so propably you won't find any. It would be funny that a "cheap" standard/or a free express edition could be converted to a pro or team with cheap/free add-ins, I'm sure that the eula prohibits this Sad

According to the Visual Studio 2008 feature matrix xslt debugging is not available in standard, but there is no info about xslt intellisense(?)

Anyway the pro upgrade price is not much higher than a full standard price, and in fact we are eligible for the upgrade price all time(?!), check this Visual Studio 2008 -Pricing:

 

 

Purchase Visual Studio 2008 without an MSDN Subscription

ProductBuyUpgrade
Visual Studio 2008 Professional Edition$799$549
Visual Studio 2008 Standard Edition$299$199


Upgrade Pricing Eligibility

To qualify for upgrade pricing, you must be a licensed user of one of the following products:

  • An earlier version of Microsoft Visual Studio
  • Any other developer tool (including free developer tools, such as Visual Studio Express Editions or Eclipse)

Upgrade pricing eligibility does not apply for Volume Licensing programs.

 

 

Mikhail Arkhipo
Asp.Net User
Re: XSLT Intellisense in VS 2008 Standard4/4/2008 3:33:20 PM

0/0

Visual Studio is extensible so writing add-in won't violate EULA (and, in fact, may be encouraged). Technically XSL is XML and XML editor with intellisense is provided even in Express editions (web.config is XML with appropriate schema). So technically it is possible to write XSLT schema and give it the XML editor. Schema for 2003 won't work since it is a schema for HTML editor (in 2003 and earlier HTML editor handled XML while in 2005 and later XML is a completely different editor). Have a look here: http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx. Perhaps you can simply get standard XSL schema or DTD from W3C site?


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
phizz
Asp.Net User
Re: XSLT Intellisense in VS 2008 Standard4/13/2008 10:26:06 AM

0/0

Just a quick update on this. I installed Visual Studio 2008 Professional trial on another machine and navigated to the C:\Program Files\Microsoft Visual Studio 9.0\Xml\Schemas directory. For Professional, it does indeed have the file xslt.xsd in this directory, whereas in Standard it does not (believe it or not, it is the ONLY xsd file that is included with Professional but not Standard).

So, I copied this file into my Standard installation and presto - XSLT intellisense works 100%.

Now, this immediately seems dodgy and perhaps illegal. BUT, I looked at the xslt.xsd file in notepad and this is written as an XML comment right across the top:


Copyright ? 2001 World Wide Web Consortium, (Massachusetts Institute of
Technology, European Research Consortium for Informatics and Mathematics,
Keio University). All Rights Reserved. This work is distributed under
the W3C? Software License [1].

[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231


Well if that doesn't make it legal, then at least writing your own XSD "heavily based" on the MS version would do so I reckon!!

Needless to say, I now have XSLT intellisense and am not pulling my hair out anymore.
stmarti
Asp.Net User
Re: XSLT Intellisense in VS 2008 Standard4/14/2008 8:00:53 AM

0/0

I think this is not illegal, maybe this is an installation bug for vs standard(?)

You can put any xsd in that folders (same for vs2005), and the intellisense pick it up automatically.

For example you can download excel2003 xml schema from ms, and put it in that folder. Next time when you start editing an xslt file with excel2003 schema, you get intellisense :)

7 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Programming Visual Basic 2008: Build . Net 3. 5 Applications with Microsoft's Rad Tool for Business Authors: Tim Patrick, Pages: 780, Published: 2008
Professional ASP.NET 3.5: In C# and VB Authors: Bill Evjen, Scott Hanselman, Devin Rader, Pages: 1673, Published: 2008
Professional LINQ Authors: Scott Klein, Pages: 379, Published: 2007

Web:
forums.asp.net
Amazon.com: Microsoft Visual Studio 2008 Standard: Software IntelliSense in Visual Studio 2008 adds support for JavaScript to provide the same .... XML editor (XML, XSL, and XSLT); IntelliSense, including support for ...
VS 2008 JavaScript Intellisense - kklt2002 - 博客园 VS 2008 supports intellisense not just for in-line script, ... I can then simply add a standard JavaScript script refrence element to my page, ...
Selectmore.com - Microsoft Visual Studio 2008 - Standard สั่งซื้อ - Microsoft Visual Studio 2008 - Standard ได้ที่นี่ ราคาพิเศษ. ... IntelliSense in Visual Studio 2008 adds support for JavaScript to provide the ...
XML Lab > Home A very little known fact is that Visual Studio 2008 does support real XSLT intellisense - not a static XSLT schema-based one, but real dynamic intellisense ...
buypcsoft.com - Visual Studio 2008 Standard Retail Box Visual Studio 2008 Standard Edition provides a full-featured development ... XML editor (XML, XSL, and XSLT); IntelliSense, including support for JavaScript ...
CodeProject: XSLT Transformations and XSLT Intellisense within the ... Demonstrates the implementation of XSLT Intellisense in Visual Studio . ... This is the standard. The site you mention did not develop the schema, ...
Php IDE - VS.Php for Visual Studio | Jcx.Software Corp. ... CSS, XML and XSLT; Intellisense for PHP, Smarty, HTML, JavaScript, CSS, XML and XSLT ... Visual Studio 2008 Standard; Visual Studio 2008 Professional ...
Microsoft Visual Studio - Wikipedia, the free encyclopedia Remote debugging support is included in Visual Studio 2008 Standard Edition. .... The IntelliSense feature in Visual Studio was upgraded for generics and ...
Steve Ball has announced XSLT Standard Library 1.2.1 - Signs on ... Oct 10, 2004 ... Steve Ball announced XSLT Standard Library version 1.2.1 - an open source, ... Feature of Visual Studio 2008 - Dynamic XSLT Intellisense ...




Search This Site:










flash object in c#

how to set up paypal for donations on dnn?

dnn as core app or plugin app

new to dot net

how to fix full trust problem

problem gridview modfification

insert from dropdown

error with membership configuration

what happened to the title? in 10c

dnn personalization/profile

custom error messages

the dumbest question from a real dummy

subscription expirations?

unknown user account

question about sheet tabs in excel extract.

speed web site

how do i add a music for the background of the page?

suggestions on how to prepare content for dnn

wysiwyg for news/events

setting file permissions

problem with custom skin

banner

reduce size of featured ad

upgrade error 2.12 to 3

class not allowed in aspx page?

open a new window.

is this the correct approach

login button fails when enter button is pressed

which dnn3 datacache class to use?

how to access control in a template?

 
All Times Are GMT