Java Mailing List Archive

http://www.junlu.com/

Google Search
Google


Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Entity resolving - design problem

Entity resolving - design problem

2003-09-25       - By Todd O'Bryan

 Back
Reply:     1     2     3     4  

There is, in fact, a way to do this. You can subclass a Reader and  
intercept the character stream on the way into the Parser. If you get  
an ampersand followed by one of the entities you don't want to expand,  
you pass it on as &amp;entity;, if not, you just pass them on.

When you write the file back through the Writer you'll have to be sure  
that you intercept again and change &amp;entity; back to &entity; on  
the way out.

All in all, it's about twenty lines of code overwriting read() and  
write() in subclasses of Reader and Writer.

Email me if you need more specifics,
Todd

P.S. Can someone come up with a way to make round trips possible in XML  
already? :-)

On Thursday, September 25, 2003, at 10:16  AM, Bernd Eggink wrote:

> Please regard the follwing situation: A client software reads an XML
> file into a JDOM Document, modifies it via a GUI, saves it back to an
> XML file, and additionally generates HTML files from it. If the client
> is satisfied with the result, he uploads the modified XML file to a
> servlet container. There it is again parsed and transformed into HTML.
>
> The problem is that the XML source may contain <img> tags, whose "src"
> attributes must point to different locations depending on whether the
> files lay on the client or on the server. The name is the same, but
> the directories differ. My first idea was to use an entity for the
> directory, like
>
>     <img src="&gifdir;/blah.gif">
>
> and supply different DTDs for the client and the server, containing
> different values for gifdir. However, this doesn't work because
> the client parser already resolves the entities, so its XML output
> doesn't contain entity references anymore.
>
> My next idea was to treat the <img> tag specially, prefixing its "src"
> attribute with different directory parts on client and server. This
> works, but appears ugly and too specific. For example, JavaScript
> statements like "document.blah.src=another.gif" would again have to be
> treated specially.
>
> The solution I'd like best is to exclude some specified entities from
> expansion. Is this possible? (I guess not). Any other ideas how to
> solve this problem?
>
> Regards,
> Bernd
>
> --  
> Bernd Eggink
> Regionales Rechenzentrum der Uni Hamburg
> Bernd.Eggink@(protected)
> http://www.rrz.uni-hamburg.de/RRZ/B.Eggink/
> __ ____ ____ ____ ____ ____ ____ ____ ____ ____
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/
> youraddr@(protected)

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@(protected)
.com


From jdom-interest-a

Earn $52 per hosting referral at Lunarpages.
©2008 junlu.com - Jax Systems, LLC, U.S.A.