[
Lists Home |
Date Index |
Thread Index
]
- From: "Bill la Forge" <b.laforge@jxml.com>
- To: "John Cowan" <cowan@locke.ccil.org>, "XML Dev" <xml-dev@ic.ac.uk>
- Date: Mon, 1 Feb 1999 16:49:55 -0500
John,
Your new namespace filter looks good, though I must admidt I'm still finding the
output a bit strange.
Thanks to Paul for integrating namespace and MDSAX.
Bill
Before:
<?PI fudge everything?><a:hello hot="perhaps" fudge="pink" enjoy="yes" xmlns:a="http://www.jxml.com/a">
<?PI friends with everyone?>
<b:pops xmlns="http//www.jxml.com/default" xmlns:b="http://www.jxml.com/b">
<world greetings="hi"/>
<a:wide/>
</b:pops>
</a:hello>
After:
<?PI fudge everything?><http://www.jxml.com/a^hello hot="perhaps" fudge="pink" enjoy="yes" xmlns:a="http://www.jxml.com/a">
<?PI friends with everyone?>
<http://www.jxml.com/b^pops xmlns="http//www.jxml.com/default" xmlns:b="http://www.jxml.com/b">
<http//www.jxml.com/default^world greetings="hi"/>
<http://www.jxml.com/a^wide/>
</http://www.jxml.com/b^pops>
</http://www.jxml.com/a^hello>
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|