Search found 12 matches

by pjl
Wed Jun 07, 2006 4:57 pm
Forum: XSLT and FOP
Topic: Use of document function to reference external DOM object
Replies: 7
Views: 7666

thanks but...

I need an unmanaged solution.
by pjl
Wed Jun 07, 2006 4:18 pm
Forum: XSLT and FOP
Topic: Use of document function to reference external DOM object
Replies: 7
Views: 7666

follow up

in C++
by pjl
Wed Jun 07, 2006 3:59 pm
Forum: XSLT and FOP
Topic: Use of document function to reference external DOM object
Replies: 7
Views: 7666

custom resolver MSXML

Any idea how to implement a custom URI resolver using MSXML
by pjl
Thu May 18, 2006 12:07 pm
Forum: XSLT and FOP
Topic: Use of document function to reference external DOM object
Replies: 7
Views: 7666

Thanks again

Cheers again. I did come across the resolver method eventually elsewhere.
by pjl
Thu May 18, 2006 12:03 pm
Forum: XSLT and FOP
Topic: Matching the location of an element in a secondary file
Replies: 5
Views: 6441

cheers

Cheers, I'll check it out when I get back from my hols......
by pjl
Wed May 17, 2006 10:50 pm
Forum: XSLT and FOP
Topic: Matching the location of an element in a secondary file
Replies: 5
Views: 6441

and also...

I don't want to hard code any paths in the solution.

Cheers,

Peter.
by pjl
Wed May 17, 2006 10:48 pm
Forum: XSLT and FOP
Topic: Matching the location of an element in a secondary file
Replies: 5
Views: 6441

Thanks with slight update

Thanks for the post.
Forgot to mention though that the root element ONLY can and will be differnt.
by pjl
Wed May 17, 2006 2:23 pm
Forum: XSLT and FOP
Topic: Use of document function to reference external DOM object
Replies: 7
Views: 7666

Use of document function to reference external DOM object

I've been using the document function to reference (or read in) an external named XML file OK. If I'm working in code and have the external XML in memory, in a DOM object say, can I still reference this within the transform (passing in the object into the transform perhaps?). I should add that I'm q...
by pjl
Tue May 16, 2006 8:25 pm
Forum: XSLT and FOP
Topic: Matching the location of an element in a secondary file
Replies: 5
Views: 6441

Matching the location of an element in a secondary file

When processing a particular element in the input XML file, e.g. <xsl:apply-tempate match="Feature"> ... </....> I want to test whether that specific element(identified by an attribute value) exists at the same location, relative to the root element, in a second file. The root elements of ...
by pjl
Tue May 16, 2006 6:12 pm
Forum: XSLT and FOP
Topic: XPATH construction from an attributes value
Replies: 4
Views: 5893

Suggestions as to a better way to go?

I should also add that the use of an XPATH type expression within an attribute to perform the lookup was my intial solution to the problem. I basically need to hard-code some lookups within the input xml file to entries in a second xml file so any suggestions as the way to go would be appreciated.
by pjl
Tue May 16, 2006 6:02 pm
Forum: XSLT and FOP
Topic: XPATH construction from an attributes value
Replies: 4
Views: 5893

Clarity

Thanks for the information. Also I wasn't entirely clear in my original posting and made a couple of mistakes: I have 'Feature' elements in the input file (first.xml) which have attribute values which corresponds to an XPATH expression e.g. <...> <Feature expression="/root/feature/option[@name=...
by pjl
Tue May 16, 2006 1:19 pm
Forum: XSLT and FOP
Topic: XPATH construction from an attributes value
Replies: 4
Views: 5893

XPATH construction from an attributes value

pjl I should start with I'm new to XSLT/XPATH. I'm trying to use an attribute value in an input XML file as an XPATH expression to query whether an element with a named attribute exists in a second XML file. Basically I have the following: Input XML file: <Feature expression="/root/feature/opti...