Missing JavaDocs for some taglib packages?

Hello,
Is there a reason why some packages like
com.bea.portal.appflow.servlets.jsp.taglib are missing from WLP 7.0 JavaDoc?
I'd like to use what's generated out of createPortletUnmaximizeURL tag in a
JSP page. Anyone?
Thanks,
Makoto

Snowman wrote:You can try the lddd script: http://www.archlinux.org/~tpowa/lddd
It'll report any package that might need a rebuild.
Nice script and it works well.
But returns possible rebuilds because, I read, on arch packages are considered dependencies only if they affect general functioning, so lddd also  returns also packages linked to libraries listed as makedepends in the PKGBUILD and not  as dependency.
This problem could be only solved if it were possible to query the files contained in non installed packages ....
Just trying to learn the arch way to linux :-)
in possible_rebuilds.txt
mplayer
in affected_files.txt
/usr/lib/mplayer/lirc-dl.so
in raw.txt
/usr/lib/mplayer/lirc-dl.so:
        liblirc_client.so.0 => not found
and in the mplayer PKGBUILD
makedepends=('lirc-utils' 'libcaca' 'unzip' 'live-media' 'libdts')
Last edited by erm67 (2007-08-13 18:37:22)

Similar Messages

  • Generate javadoc for Unnamed & other package(s)

    I'm trying to generate documentation with 2 souces of input. The .java source is in the current directory, and the directory ./com/myPackage/. I have tried both
    "C:\Program Files\Java\jdk1.5.0_14\bin\javadoc.exe" -author -version -d javadoc com.myPackage *.java
    and
    "C:\Program Files\Java\jdk1.5.0_14\bin\javadoc.exe" -author -version -package -group <Unnamed> com.myPackage -d javadoc com.myPackage *.java
    Both of these attempts generate html for all classes concerned, however only the current directory classes are listed in index.html in the target directory.
    Thanks in advance for any help you may be able to provide.

    Isn't that what package.html file is for?I found that when I put a package.html into a package that had no classes in it (just sub-packages that had classes), the package.html was ignored and no package level documentation for that package was generated.
    Example assume I have the following packages, java and html files:
    a/package.html
    a/b/one.java
    a/c/two.java
    When I run javadoc, no documentation is generated for the "a" package.
    Rob
    :)

  • Miss matching for some Actual costs using KSBB and KSB1.

    Hi All,
    We have some problem with this report GP42H1QSVYPI2TJMBXZAFTCRP0R590 .  . When this type of program will generate? Any configuration time?  Can we modify this type of report? Could you please explain more. 
    When I compare the Actual costs using KSBB and KSB1 transaction the values are not equal for some cost elements.
    Thanks,
    SN
    Edited by: surendranatha chintha on Aug 14, 2008 8:32 AM

    Hi,
    The name of the program you gave is irrelevant, as it's a dynamic name given to any report built with Report Writer techniques. Which report in KSBB shows different figures from KSB1?
    Regards,
    Eli

  • Missing javadocs for com.waveset.adapter.iapi.IAPI

    I am looking at IdM version 7. The REF directory contains javadocs for the resource adapter classes. The javadoc for com.waveset.object.IAPI which is referenced in the IDM_DeploymentTools_7.0.pdf manual says that it is deprecated and com.waveset.adapter.iapi.IAPI should be used instead. However I can't find any javadoc for com.waveset.adapter.iapi.IAPI.
    I do see the class file in the idmadapter.jar file in the WEB-INF/lib directory.
    Does anyone know where I can find Javadocs for this?
    Thanks,
    Robin

    I have exactly the same problem. Please let me know if you found anything!

  • Missing attachments for some users in Outlook 2010

    Hi, 
    We have a single Exchange 2010 (sp3 rollups 2 and 4 installed) with clients on Outlook 2010. 
    4 users received an email from outside the domain with 12 attachments (8 PDF, 4 excel and word). Email content type is multipart/mixed. 
    One user can see all 12 attachments in outlook while the other 3 can only see the 8 PDF's. All users can see all attachments in OWA. Email size limits and attachment limits dont seem to be the cause. 
    I've had a look in the forums and I cant see anything related to our exact issue (affecting some but not all users, content type seems ok). 
    Looks to me like I should start with a pipeline trace, but does anyone have any other suggestions? 
    Cheers, 
    Scott 

    Hi,
    To understand more about the issue, I’d like to ask the following questions:
    Does the problematic users can view other Excel and Word attachments? Try to send another email with single excel and word attachment to have a test.
    Are the problematic attachment visible if you forward the email to other users through Outlook?
    Additionally, pipeline tracing log is recommended to troubleshoot the issue and find the root cause.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Edit properties missing columns for some documents

    SP 2010
    I created a new document library and added several choice columns.  I copied about 150 files from an old document library using folders to the new document library.  23 files of the 150 will not let me see anything other than the file name when
    I select Edit Properties.
    I downloaded one of the files, renamed it, and uploaded it as a new document.  It also will not show anything other than the file name.  These are MS Word .docx file types.  When I use the Document Information Panel it does not show the columns
    from the document library (where I opened it from).
    What might be causing these few select files to not allow metadata to be set?
    Greg W Appelt SharePoint Designer Project Server Noob

    After some more trial I understand, it is not "Some" of the documents.
    This issue is with ID having "_" (underscore) in their names.
    Can it be handled in some way by AI ?

  • PLs Xml demos needs for some bi packages

    Where can i find the following packages:
    Make sure that your database schema has access to the following packages on which PLSXML's utilities depend:
    HTP
    HTF
    OWA
    OWA_UTIL
    null

    I might be able to help here...
    Those are part of plsql toolkit, which is included as part of webdb or oracle application server or as a standalone. If you think these products are installed but you still can't get to them, your dba may need to grant access to them to the user you are logged in as. To check whether they are installed, log in as a user with dba privilegs, either sys or system, and select name from dba_source where name in ('HTP', 'OWA_UTIL', 'HTF'). The release notes with webdb and OAS explain how to just install the Toolkit, I think.
    Hope this helps
    Marj

  • JavaDoc for Wireless Messaging

    Does anybody know where I can get the WMA (JSR-205) API JavaDoc? I looked in all the obvious places but could not find it. The WTK installed documentation just links to http://jcp.org/aboutJava/communityprocess/final/jsr205/ But this page only has a download for the specification (a PDF file). I tried going from java.sun.com --> J2ME --> APIs etc, but still ended up eventually at the JCP page above. Needless to say, this was an incredibly annoying experience.
    Question: It's great having the WTK support wireless messaging, but how does someone write any code without the API JavaDoc?
    Thanks,
    yushen

    I have exactly the same problem. I've now been trying
    for 20 minutes to find the insert expletive here
    javadocs for the JSR-205 API and I can't and it's
    starting to wind me up a little bit. Why is the first
    hit I get on google for the javadocs for some other
    sucker looking for the same thing. Honestly people,
    what would it take to include it in the WTK, like
    20kb? And put a link that says JAVADOCS DOWNLOAD HERE
    IDIOTS. thanks.Here you go - http://raud.ut.ee/~tec/static/api/WirelessMessagingAPI_JSR120/overview-tree.html
    I know it's not JSR-205 but it's good enough.
    Vaiden
    Message was edited by:
    Vaiden

  • [svn:fx-trunk] 15810: * Package and class level javadoc for the antTasks module and some

    Revision: 15810
    Revision: 15810
    Author:   [email protected]
    Date:     2010-04-29 02:47:22 -0700 (Thu, 29 Apr 2010)
    Log Message:
    Package and class level javadoc for the antTasks module and some
      other stragglers.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Corey (post commit)
    Tests run: checkintests
    Is noteworthy for integration: NO
    Modified Paths:
        flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/AscTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/CompcTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/FlexTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/HtmlWrapperTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/MxmlcTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/config/ConfigAppendString.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/config/ConfigBoolean.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/config/ConfigInt.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/config/ConfigString.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/config/ConfigVariable.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/config/NestedAttributeElement.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/config/OptionSpec.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/config/RepeatableConfigString.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/types/DefaultScriptLimits.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/types/DefaultSize.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/types/FlexFileSet.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/types/Fonts.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/types/Metadata.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/types/RuntimeSharedLibraryPath.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/types/URLElement.java
        flex/sdk/trunk/modules/compiler/src/java/flash/css/LocalSource.java
        flex/sdk/trunk/modules/compiler/src/java/flash/css/URLSource.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/linker/DependencyWalker.java
    Added Paths:
        flex/sdk/trunk/modules/antTasks/src/flex/ant/config/package.html
        flex/sdk/trunk/modules/antTasks/src/flex/ant/package.html
        flex/sdk/trunk/modules/antTasks/src/flex/ant/types/package.html

    Thank you very much!
    I cant believe this little comment has been so helpful!
    But yes it is:
    I explain, despite my efforts to find, googled it, forums, faqs, etc...
    no where it mentionned the manifest.fm file is... INSIDE the .jar!
    Your comment "a zip" made me attempt to open it with winrar, and I found a manifest.fm file inside!
    So far I was editing the one at the "source" of my project and rebuilding it with netbeans.
    I am going to try that now.
    Actually.... :( no its mentionning my main class!
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 10.0-b19 (Sun Microsystems Inc.)
    Main-class: courseworkjava3d.Simple3D
    Class-Path:
    X-COMMENT: Main-Class will be added automatically by buildWell I have no problems uploading you the .jar, it is for a coursework it is not a private project or whatever:
    http://www.uploading.com/files/CM2LKWYU/BetaCourseworkJava3d_Final.jar.html
    Oh and I felt on your comment "dont ask us" as if I was suppose to know... i'm a beginner, I did not know that! And I tried to give you so many infos so you dont lose your time if you want to help, especially as after my own research I found many, many results for this "main class" and I tried a few solutions!
    Edited by: CupofTea on Apr 13, 2008 3:28 AM

  • [svn:fx-trunk] 15702: * Package and class level javadoc for the

    Revision: 15702
    Revision: 15702
    Author:   [email protected]
    Date:     2010-04-26 09:16:12 -0700 (Mon, 26 Apr 2010)
    Log Message:
    Package and class level javadoc for the
      flex2.compiler.[css,extensions,fxg,i18n,io] packages.  Includes some
      dead code removal.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Corey (post commit)
    Tests run: checkintests
    Is noteworthy for integration: NO
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/ConditionTypeNotSupported.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/Import.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/ParseError.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/Reference.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/SelectorTypeNotSupported.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleConflictException.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/Styles.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/UnqualifiedTypeSelector.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/UnresolvedQualifiedTypeSelect or.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/ExtensionManager.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/ExtensionsConfiguratio n.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/IApplicationExtension. java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/ICompcExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/IConfigurableExtension .java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/IExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/ILibraryExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/IMxmlcExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/IPreCompileExtension.j ava
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/IPreLinkExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FXGCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FXGSymbolClass.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexResourceResolver.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/i18n/I18nCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/i18n/I18nUtils.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/i18n/PropertyText.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/i18n/PropertyTranslationFormat.ja va
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/i18n/TranslationException.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/i18n/TranslationFormat.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/i18n/TranslationInfo.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/DeletedFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/FileUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/InMemoryFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/LocalFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/NetworkFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/ResourceFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/TextFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/VirtualFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/VirtualZipFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/ZipFileHolder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Compc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Mxmlc.java
    Added Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/package.html
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/package.html
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/i18n/package.html
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/package.html
    Removed Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/util/ListMap.java

  • Looking for some packages

    Hi there.
    I'm just finished installing the Solaris 10 on a sparc, and need some additional packages that are not present by default on when installing the OS.
    what I'm missing is :
    64-bit drivers
    SUN ONE STUDIO 8
    SUNWsan
    SUNWsprox
    SFWbdb
    SFWcurl
    SFWsudo
    I guess the "SFW" are freewares ?
    I was able to access the Sunsolve to load the patch bundles, as well as download the Solaris 10 for sparc, but I can;t find the page where to find the missing applications / freewares.
    Can someone help ?
    Many Thanks !

    I found all those packages on the OEL4 installation cd's. I am pretty sure they're also included in release 5.
    Did Oracle finally create an installer for BI or do you still need to install it on a Windows Computer and copy the files to the Linux environment?
    And watch out using OEL5, it's not certified for all Oracle software. I had to find this out the hard way when I was installing R12 on it.
    Regards,
    Jeffrey

  • [svn] 920: Add missing or incomplete Javadoc for public methods.

    Revision: 920
    Author: [email protected]
    Date: 2008-03-25 15:37:25 -0700 (Tue, 25 Mar 2008)
    Log Message:
    Add missing or incomplete Javadoc for public methods.
    (merge from 3.0.x branch)
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/io/AbstractProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/BeanProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/DictionaryProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/MapProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/PropertyProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/PropertyProxyRegistry.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/SerializationProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/ThrowableProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/AbstractAmfInput.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/AbstractAmfOutput.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/ActionContext.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/AmfTrace.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/translator/ASTranslator.java
    blazeds/trunk/modules/core/src/java/flex/messaging/log/ServletLogTarget.java
    blazeds/trunk/modules/core/src/java15/flex/messaging/io/Java15TypeMarshaller.java
    blazeds/trunk/modules/core/src/java15/flex/messaging/io/amf/Java15Amf0Output.java
    blazeds/trunk/modules/core/src/java15/flex/messaging/io/amf/Java15Amf3Output.java
    blazeds/trunk/modules/core/src/java15/flex/messaging/io/amfx/Java15AmfxMessageSerializer. java

    Hello Wes Ramm,
    It's better late than never! Hence I'm going to address some of the issues that you've brought up.
    1) Which version of LabVIEW are you using? LabVIEW 8.5 has fixed a lot of issues that occured between the Application Builder and LV Classes. If you were using LV 8.2, I would suggest changing to LV 8.5 or at least LV 8.2.1
    2) Apart from setting "Do not disconnect type definitions or remove unreferenced members" in the Additional Exclusions page, I would suggest also checking the box against "Enable Debugging" on the Advanced Page.
    The following forum post has discussed many of the problems that have come up when building an executable which uses LVOOP classes. Hope this helps.

  • Javadoc for packages

    Hi!! i am trying to run javadoc from the command line. I want javadocs for a package. Currently i am typing :- javadoc -sourcepath c:\ech\src *.java c:\ech\src com.ech.health.bean
    com.ech.health.bean is the package but gives me an error that "no source files found for the package
    it does not load the source files which would create javadoc "html" file.
    If some could show me how to type the path in the command line; i would really appreciate it.
    Thanks a lot!!

    I havent used the -sourcepath switch my self, but its most likely the * thats causing it to barf. i prefer to do the following:
    If i have the following path structure
    C:\Java\src\myPackage
    C:\Java\src\myPackage\pack1
    C:\Java\src\myPackage\pack2
    C:\Java\src\myPackage\pack3
    where the source files are included in the pack1,2,3 folders.
    I cd to the src folder then exec the following command:
    javadoc -d myPackageDocs myPackage.pack1 myPackage.pack2 myPackage.pack3
    This is assuming of course that you keep all the source files in one general location. (the -d is for the output)
    so for you, i think if you cd to the c:\ech\src folder, then go:
    javadoc -d myDocs com.ech.health.bean

  • Cost Element missing in FAGLFLEXT for some PCA Plan records

    Hi Gurus,
    We have uploaded a PCA plan and can see the same in GP12NA. I see the planned values (GLPL) in FAGLFLEXT from SE16 under the correct accounts for 0L ledger for the correct company code and the fiscal year. I noticed a difference in the data
    1) For the revenue elements (11 and 12 Categories) the 'cost element' field is not getting populated in FAGLFLEXT. ('Account' is populated.) Is it expected?
    2) We have a Z library report that was built on FAGLFLEXT. The report uses the cost element groups to pull in the data and hence the 'Actual Values' are pulled in the report but the 'Plan Values' are missing. (Because of point1)
    Any pointers on how to fix this?Could you please suggest the places i would need to look to fix this?
    (I've checked that the plan vesion is activated for 2011)
    (The report has version Z2 as one of its parameters.)
    Regards,
    Erp.Warrior

    Thanks a lot for your replies.
    Waman: I've looked up the Note 983835 - NewGL planning: Cost element field (COST_ELEM) initial.
    This note talks about the Cost element not getting populated during planning. My question / confusion is in my case, the cost element is getting populated for some of them and not getting populated only for cost elem category 11 and 12.
    Is this note intended for this issue?
    Ajay: I've tried re-planning and still found the same issue. Thanks for your inputs. I'll analyse about the Note that waman has referred to and then may be go to SAP as suggested by you.
    Please let me know if any of you have any other suggestions as well.
    Thanks
    erp.warrior

  • For some reason the "Basic" tab is missing in my Develop folder when trying to edit using LR5..? Plz Help

    For some reason the "Basic" tab is missing in my Develop folder when trying to edit using LR5..? Plz Help

    Right-click (Mac Cmd-click) on another panel header such as "Tone Curve". Make sure there is a checkmark for Basic as was all other panel sections that you want displayed.

Maybe you are looking for

  • BDB XML + PHP, some questions

    Hello, nice to be there... I've got some questions... Now, im writing application in PHP and using the Berkeley DB XML. I wrote some code, but i cant find the documentation to using Berkeley DB XML in PHP. My code are look that, some comments to unde

  • I am a novice (age48)

    I am a novice i started using a pc 6years ago (acer laptop)it was great i started banking,shopping,using Facebook,playing games ect soon enoughf my laptop slowed right down.I needed a new one my kids had Macs an swore by them Ibought a Macbook pro wh

  • 30 day trial upgrade afterwards to premium STUDENT

    i have the 30 days trial at the moment and want to expand my membership to premium student. since i confirmed my status as a student do i still need to cancel the trial to expand my membership or does it adapt the price when i become premium user?  a

  • Xsl:attribute error in oraxsl command line

    Hi Forum, I'm getting error XML-22047 when trying to use xsl:attribute. Here's the test XML I'm using: <?xml version="1.0" encoding="UTF-8"?> <root>    <level1>Test-Content</level1> </root> now, this is the stylesheet I'm using: <?xml version="1.0" e

  • Officejet 7500

    Hi, I bought the printer unaware that it wasnt suitable for double sided printing. I am now aware (all too late) that there isnt a duplex unit for the printer. Is there any plans to introduce one?