Categories
Tags → Xml Snippet

SEPY ActionScript Editor

Some features * Code folding (collapsing/expand) , code highlighting * Auto Completion for default flash functions * Auto Completion with the user added functions (in current document only) * View documents in tab mode ...
DETAILS

Displaying XML with XSLT and CSS

This is another simple snippet that shows how to use XSLT and CSS on the client to format your XML data.
DETAILS

Formatting XML with CSS

This snippet demonstrates using CSS to do rudimentary formatting of XML elements. I happen to use my favorite joke list to demonstrate it.
DETAILS

Combining XML Documents using XSLT

This snippet contains a collection of 5 distinct approaches to combining multiple XML Documents into a single XML document. The original article is also included as part of this snippet
DETAILS

XML DOM: Inserting, Modifying and Deleting elements using VBScript

This snippet demonstrates the all too common functionality of adding, modifying and deleting elements in an xml document. The demo page (see below) displays the xml before and after the actions.
DETAILS

Two Tier Data Islands with Expanding/Collapsing Child elements

This snippet how to use XML Data Islands in IE to display XML that stores a parent-child relationship. It also demonstrates how you can expand/collapse child elements for a cleaner display of your data. Written by The Head Geek - Creator of XMLPitsto...
DETAILS

Two Tier Data Islands with Expanding/Collapsing Child elements

This snippet demonstrates how to use XML Data Islands in IE to display XML that stores a parent-child relationship. It also demonstrates how you can expand/collapse child elements for a cleaner display of your data.
DETAILS

SearchHippo HTTP XML web search API

This simple snippet allows you to interface with the SearchHippo web search engine''s http xml api. You must have expat compiled in to use this snippet. You can layer mostly any presentation around the results that come back. This is very simila...
DETAILS
©2003-2019 jCay.com