Reputation: 1684
Is there any way to activate intellisense for xsl:fo documents? Writting all that tags is horrible, and I couldn't find any solution on my own. I know that I could install another editor, but I've already get used to VS.
Upvotes: 3
Views: 1471
Reputation: 123
You need to add the FO schema/DTD C:\Program Files (x86)\Microsoft Visual Studio 9.0\Xml\Schemas. It is located at the link in the page http://www.xmlpdf.com/faq.html#13. This will allow you to add intellisense for FO markup.
Upvotes: 6