Hi all, I am going to use XSLT-FO to format a XML. In Visual Studio 2005, how can I make the InteliSense display the XSLT-FO' s object and property? Clara thank you so much for your help
clara wrote: > I am going to use XSLT-FO to format a XML. In Visual Studio 2005, how can I > make the InteliSense display the XSLT-FO' s object and property? You need a schema for the XSL-FO language, then you need to add that schema to the schema cache of Visual Studio. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/
Hi Martin, I can write a schema for a xml file in DTD, but I do not know anything about the schema of a XSLT-FO, and how to input that XSLT-FO into the schema cache of VS2005. Could you tell me how to do it ? Clara -- thank you so much for your help "Martin Honnen" wrote: > clara wrote: > > > I am going to use XSLT-FO to format a XML. In Visual Studio 2005, how can I > > make the InteliSense display the XSLT-FO' s object and property? > > You need a schema for the XSL-FO language, then you need to add that > schema to the schema cache of Visual Studio. > > -- > > Martin Honnen --- MVP XML > http://JavaScript.FAQTs.com/ >
clara wrote: > I can write a schema for a xml file in DTD, but I do not know anything about > the schema of a XSLT-FO, and how to input that XSLT-FO into the schema cache > of VS2005. Could you tell me how to do it ? I don't use XSL-FO and don't know whether there is a schema around. Search www.w3.org or google the web in general to find a schema. As for the Visual Studio and adding schemas, see http://msdn2.microsoft.com/en-us/library/ms255821(VS.80).aspx or your local documentation. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/
clara wrote: > I can write a schema for a xml file in DTD, but I do not know anything about > the schema of a XSLT-FO, This page <URL:http://www.syntext.com/products/index.htm#Dtd2Xs> links to an XSL-FO schema, see the bottom link "XSL-FO Schema". There might be others or newer ones, search the web. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/