rillian
2002-Dec-19 08:02 UTC
[vorbis-dev] Re: [xiph-cvs] cvs commit: vorbis/doc/xml 01-introduction.xml
On Thursday, December 19, 2002, at 06:10 am, Monty wrote:> Het rillian: How to get HTML output from the XML in order to roll > changes back to the website? Or do you plan to replace the HTML > on-site too?Sorry, I got distracted before I finished everything. If you have the tools installed (xsltproc, passivetex) 'make' should generate monolithic pdf and html versions, and the plan is to replace the current web versions with those. Remaining to be done is to recreate the current chunked version. (One can just use html/chunk.xsl instead of html/docbook.xsl as the stylesheet, but some attributes need to be added to reproduce the current filenames.) Some work also needs to be done to generate new equations figures from the latex. I'll get back to this over the holidays. -r --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
In my BCB application, this code, when executed, has been eliciting an access violation error. It works fine when just opening the filestream; the error seems to be from the ov_open() command. FILE* filePtr=fopen(FileListBox1->FileName.c_str(),"rw"); ov_open(filePtr,ovFile,NULL,0); "Access violation at address 00401FA4 in program. Read of address 00000000" is the error. Any ideas what this may be? Thank you. Duty Now, Dustin --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.