ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error
|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xml param
> Using xalan I can pass a param to the stylesheet. The question is: Can I > pass a param to the xml? You can put some character data in an entity, and refer to that entity by its URI in the XML document. <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE [ <!ENTITY myParam SYSTEM "someURI"> ]> <myData> <foo>&myParam;</foo> </myData> Your XML parser must be able to resolve someURI, so typically it will have to be a path to a file on a local system, or a network location beginning with http://. In theory you could extend whatever resolver the parser is using and make it handle a custom URI that identifies character data you are passing in from elsewhere. - Mike ____________________________________________________________________ Mike J. Brown, software engineer at My XML/XSL resources: webb.net in Denver, Colorado, USA http://www.skew.org/xml/ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








