|
|
 |
Article:
 |
 |
An XML Fragment Reader
|
| Subject: |
Oh, come on |
| Date: |
2003-07-24 07:25:14 |
| From: |
Oleg Tkachenko |
|
|
|
|
Why not just
<!DOCTYPE foo [
<!ENTITY fragment SYSTEM "fragment.xml">
]>
<foo>&fragment;</foo>
|
- Oh, come on
2003-07-24 07:40:12 William Brogden
[Reply]
1. How would that work with reporting of SAXParseException line/column numbers?
2. How would that work with arbitrary stream sources such as database retrievals?
- Oh, come on
2003-07-24 08:40:14 William Brogden
[Reply]
I can see that I failed to sufficiently emphasize that the real value of this code is for combining multiple chunks of XML from a variety of sources into a complete document.
|
 |
Sponsored By:
|