[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

External Unparsed Entities

Subject: External Unparsed Entities
From: "Williams, Brad" <Bawilliams@xxxxxxxxxxx>
Date: Wed, 25 Apr 2001 09:40:56 -0700
external unparsed entities
This may seem elementary, but can someone please tell me why the following
code(this is only an excerpt from the relevant XML file) will not import my
JPEG? Is there an XSLT alternative to importing the file?

<?xml version="1.0" standalone="no"?>
<?xml-stylesheet type="text-xsl" href="F1_2_BROWSER.xsl"?>
<!DOCTYPE MESSAGE [
<!ELEMENT MESSAGE (IMAGE,REF*,MIT*,MSG*)>
<!ENTITY LOGO SYSTEM "team.jpg" NDATA JPEG>
<!NOTATION JPEG SYSTEM "team.jpg">	
<!ELEMENT IMAGE EMPTY>
<!ATTLIST IMAGE SOURCE ENTITY #REQUIRED>
<!ELEMENT REF ( #PCDATA)>
<!ELEMENT MIT ( #PCDATA)>
<!ELEMENT MSG ( #PCDATA)>
]>
<MESSAGE>
	<IMAGE SOURCE="LOGO"/>
	<REF>11 235656</REF>
	<REF>IT 12345678</REF>
	<MIT>499235400490724</MIT>
	<MSG/>
	
<MSG>-----------------------------------------------------------------------
-------</MSG>
</MESSAGE>

Thanks in advance,

Brad Williams
XML/EDI Developer
First American Credco
bawillliams@xxxxxxxxxxx
(619) 938-7146



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.