Topic: XML Menu

( Back to Menus )

To see your XML file as translated by XSLT, it you must install Microsoft XML Core Services 4.0 SP1 . There is simple VB program packaged with Red Edit that compiles XML with XSLT or schema and gives line number feedback for errors. The help with the Microsoft XML Core Services is extremely good!

Tag Opens the XML Tag dialog which can be used to create xml tags, but also contains XSLT or Schema tags when the appropriate type of file is open.
Comment Adds a comment to your document.
Character Data Add a CDATA segment to your document
Connect Style Sheet Adds the code to connect an XML file to an XSLT file so the preview pane will display the appearance of the HTML page created from the XML file. This requires the Microsoft XML Core Services 4.0
Schema Tag Uses the XMLTag dialog to add a tag needed to connect an XML document to a schema.
Document Statement Creates a DOCTYPE statement.
Add HTML Body Creates a basic HTML document in an XSLT document.