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

RE: how to realize document()

Subject: RE: how to realize document()
From: Dmitri Ilyin <dmitri.ilyin@xxxxxxxxx>
Date: Wed, 19 Sep 2001 16:03:58 +0200
realize document
Which version of IE do you use.
IE 5.x with MSXML 2.5 has problems with document() function...

> -----Original Message-----
> From: cutlass [mailto:cutlass@xxxxxxxxxxx]
> Sent: Wednesday, September 19, 2001 3:47 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  how to realize document()
> 
> 
> at first glance u may be having troubles with the
> 
> http:// of the document() call
> 
> i would first try including the documents as a local file ( 
> ie.place your
> xml and xsl file in same directory) and call simply 
> document('source.xml')
> 
> if this works ( once again havent looked through your xsl 
> code ) then u need
> to have a valid uri/url for the document.,
> 
> cheers, jim fuller
> 
> ----- Original Message -----
> From: "Kumar, Yaswanth" <yaswanth.kumar@xxxxxxx>
> To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
> Sent: Wednesday, September 19, 2001 8:04 AM
> Subject:  how to realize document()
> 
> 
> > Hi All,
> >
> >     I am unable to get the values of the nodes that are in 
> external xml
> > document.
> >
> >     I am a beginner in using XML and XSLT, just learning 
> its features by
> > examples.
> >
> >     The XML source of the example I tried is as follows:
> >
> > test1.xml:
> > ==========
> >
> > <?xml version="1.0"?>
> > <?xml-stylesheet type="text/xsl" href="test1.xsl"?>
> > <document>
> >   <p>The relevant excerpt is:</p>
> > </document>
> >
> > source.xml:
> > ===========
> > <chapter>
> >   <p>
> > <i>Sentence 1.</i>
> > <b>Sentence 2.</b>
> >   </p>
> >   <p>
> > <i>Sentence 3.  Sentence 4.</i>
> > <b>Sentence 5.</b>
> >   </p>
> > </chapter>
> >
> > test1.xsl:
> > ==========
> > <?xml version="1.0"?>
> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> > version="1.0">
> > <xsl:variable name="vartest"
> > select="document('http://intpw2131/pms_local/source.xml')" />
> > <xsl:template match="/">
> > <html>
> > <head>
> > <title>Test for XInclude</title>
> > </head>
> > <body>
> > <p>Hello</p>
> > <p>Test Data<BR />
> > <xsl:for-each select="$vartest/chapter/p">
> > Value of i is: <x:value-of select="i" /><br />
> > value of b is: <x:value-of select="b" /><br />
> > </xsl:for-each></p>
> > </body>
> > </html>
> > </xsl:template>
> > </xsl:stylesheet>
> >
> >
> >     I found many pointers in the archives, but they just 
> didn't work for
> > me..  I was trying to realize the examples in the internet explorer.
> >
> >     Please help me in this regard!
> >
> >     Thanks in advance!
> >
> > Yash
> >
> >  XSL-List info and archive:  
http://www.mulberrytech.com/xsl/xsl-list
>


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

 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-2011 All Rights Reserved.