Search found 4 matches

by sgottlieb
Thu Jul 03, 2008 8:27 pm
Forum: XSLT and FOP
Topic: xsl:include with remote href (http)
Replies: 1
Views: 2247

Re: xsl:include with remote href (http)

DOH! The issue was that the template that I was calling included another template that was local to itself! So sorry about that!
by sgottlieb
Thu Jul 03, 2008 7:43 pm
Forum: XSLT and FOP
Topic: xsl:include with remote href (http)
Replies: 1
Views: 2247

xsl:include with remote href (http)

Hello, I am trying to access a remote style sheet over http through an xsl:include element. The code looks something like this: <xsl:include href="http://client.local/core/1.0/common-callback.xslt"/> I have configured my hosts file and created a virtual named host for client.local and I ca...
by sgottlieb
Fri Mar 30, 2007 5:39 am
Forum: Other Issues
Topic: Content completion in included XML documents
Replies: 3
Views: 5201

That worked! For some reason I thought that including a doctype declaration in an included file would cause the parser to throw errors but

Thanks,

Seth
by sgottlieb
Wed Mar 28, 2007 11:07 pm
Forum: Other Issues
Topic: Content completion in included XML documents
Replies: 3
Views: 5201

Content completion in included XML documents

Hi, I am writing a DocBook and breaking the various sections into different files along the lines of samples/docbook/sampleXInclude.xml. However, when I go into the included file with begins with a "section" element, Oxygen does not do content completion (as in make a list of available ele...