java.net.MalformedURLException: unknown protocol: c It seems dita has a problem with paths with spaces when we use Xalan from JDK 6. It was very strange error...
Hello, I am sending a patch that add a simple ability to use external XSLT transformers. For example Xalan-C uses less memory than the Java implementation and...
... That says that somewhere is a Windows file path (c:\foo\bar) being interpreted as a URL. Old versions of Xalan would try to accommodate such misuses and...
Good Morning, I've experienced an interesting problem and I'm curious if anyone else has encountered it. I created a reference topic that is used in one of my...
Hi, I have been trying to resolve the following build errors for two days to no avail. I am obviously doing something wrong with my specialization of...
... Hi, would it be possible to post an example of doing the same thing with schemas? I tried to follow the example at the end of the document to no avail. ...
Thanks Deborah. No, the phrases are surrounded by normal text, as in <p>some text <ph conref=...></ph> <ph conref=...></ph> some more text.</p>. Your...
Have you checked out this message's indication that there is a declaration error for the "parameters" element itself? There might be a missing parenthesis for...
Yes, I've looked into this. It doesn't seem to matter what I do - I keep getting that error. This is what I have for parameters: <!ELEMENT parameters...
Hi, Kay Either and Bernard Aschwanden of Bright Path Solutions started the XMetal-DITA Yahoo user group a little while back. There are only a few members in it...
Hi Rick, I added the XMetal-DITA list to the Resources on the DITA News website. http://www.ditanews.com/resources/mailing_lists/ Cheers, Bob. ... -- Bob Doyle...
Hi Jennifer. I ran into many such errors, but I eventually got everything straightened out. I've found oXygen to be a lot of help while trying to debug these...
Hi all, In the Idiom PDF2 XSL files, topic2fo_shell.xsl includes a publishRequiredCleanup parameter: <xsl:param name="publishRequiredCleanup"/> Which is used...
The August meeting of the Silicon Valley DITA SIG (SVDIG) is scheduled for Wednesday, August 8 at 7:00pm at NetAppliance in Sunnyvale, CA. Topic: First look at...
... [...] ... See if a similar problem happens when you use Saxon 6.5. You might be hitting a limit on the number of open files that Xalan-J can keep at a...
... You're missing some quotes around the no: <xsl:param name="publishRequiredCleanup" select="'no'"/> Otherwise you are selecting the set of nodes that have...
... Assuming that you have in fact defined the "parameter" entity, you can still get this error sometimes with some validating XML parsers. I encountered it...
Hi, We have a group migrating to DITA, working on a repository, and wondering which file extension to use for topics. Any reason to prefer one over the other? ...
Hi, If I have a mapfile and referenced topics in a same folder, the toolkit (1.3.1) creates the same folder under the specified output folder and creates the...
... You've described what happens when any file in the build tries to go above the level of the directory containing the map (i.e., somewhere there are too...
Hi DITArchitects, I've written 200+ dita topics and as a final step, I have to create a ditamap. What's the best (fastest) way to do this? I've got FrameMaker ...
... I'd use xmlstar (free download), which has an "ls" (list) subcommand. It spits out an XML representation of a directory, at which point I could write XSLT...
Hi Yves, I use XMLMind. It lets you drag and drop from Windows Explorer into a map, or from a topic it has open into a map. You can't drag and drop in the map,...
... Hi Deborah, thanks for quick response. Strange..the only thing above the map is the conref file in the flat version. Is it so that a conref pointing higher...
Hello all After a first DITA project (Online help for an Eclipse based application) and a long holiday, I want to sum up some of the shortcomings encountered...
... That'd do it. ... If your filesystem handles symbolic links then you can get around this by having a mirage of the conref file appear a few directories...
... Because it's recommended in the spec: http://docs.oasis-open.org/dita/v1.1/CD02/langspec/langref/shortdesc.html Don't think of <shortdesc> as a summary of...